view linux/shmem.h @ 8228:59e01995144c

Finally add the correct compile flags for SDL under cygwin automatically. Patch by Sycotic Smith <sycotic@linuxmail.org> and me.
author diego
date Mon, 18 Nov 2002 01:02:27 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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