m_misc.h (183B)
1 #ifndef __M_MISC__ 2 #define __M_MISC__ 3 4 #include "doomdef.h" 5 6 void M_WriteFile(char* name, void* src, uint n); 7 void M_ReadFile(char* name, uchar** buf); 8 void M_LoadDefaults(); 9 10 #endif
dooma minimalistic implementation of doom | |
git clone git://ssnf.xyz/doom | |
Log | Files | Refs |