view osdep/shmem.h @ 20211:26867dede11c

as per request, fullscreen and mute options have been added to the context menus.
author vayne
date Sat, 14 Oct 2006 20:50:08 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


void* shmem_alloc(int size);
void shmem_free(void* p,int size);