123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- #ifndef __WI_STUFF__
- #define __WI_STUFF__
- #include "doomdef.h"
- void WI_Ticker (void);
- void WI_Drawer (void);
- void WI_Start(wbstartstruct_t* wbstartstruct);
- #endif
|