5 lines
66 B
C
5 lines
66 B
C
|
#ifndef GAME_H
|
||
|
#define GAME_H
|
||
|
extern const char * program;
|
||
|
#endif
|