mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
8 lines
No EOL
164 B
C
8 lines
No EOL
164 B
C
// Windows layer-independent code
|
|
|
|
#include "compat.h"
|
|
|
|
# define WindowClass "Demolition"
|
|
|
|
extern void win_init(void);
|
|
extern int32_t win_buildargs(char **argvbuf); |