8 lines
57 B
C
8 lines
57 B
C
|
|
#ifndef SDL_H
|
|
#define SDL_H
|
|
|
|
void video_init();
|
|
|
|
#endif
|