view osdep/shmem.h @ 11037:77ed12a4f0b1

Fixed the brokeness and also bgr32 should work now. Patch by Ken Mandelberg <km@mathcs.emory.edu>
author alex
date Tue, 07 Oct 2003 22:41:56 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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