changeset 845 | 3f150ffcf50c |
parent 844 | 68272bd212a5 |
child 847 | 5e5e6c067413 |
--- a/platform/beos.cpp Tue Mar 20 17:57:45 2007 +0000 +++ b/platform/beos.cpp Tue Mar 20 18:33:56 2007 +0000 @@ -240,6 +240,12 @@ release_sem(*((sem_id *) mutex)); } /* __PHYSFS_platformReleaseMutex */ + +int __PHYSFS_platformSetDefaultAllocator(PHYSFS_Allocator *a) +{ + return(0); /* just use malloc() and friends. */ +} /* __PHYSFS_platformSetDefaultAllocator */ + #endif /* PHYSFS_PLATFORM_BEOS */ /* end of beos.cpp ... */