mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-07 05:21:12 +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); |