view osdep/shmem.h @ 20050:72bdfcad9fda

r20054: Remove outdated/duplicate parts from the SDL section.
author kraymer
date Wed, 04 Oct 2006 21:53:00 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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