view osdep/shmem.h @ 14529:cc9c088305d9

WAVE_FORMAT_DIRECT seems to cause problems with certain os/driver combinations and seems to be useless anyway
author faust3
date Mon, 17 Jan 2005 21:19:59 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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