10 lines
104 B
C
10 lines
104 B
C
|
|
#ifndef SDL_H
|
|
#define SDL_H
|
|
|
|
void video_init();
|
|
int getDefaultWidth();
|
|
int getDefaultHeight();
|
|
|
|
#endif
|