8 lines
116 B
C
8 lines
116 B
C
#ifndef PUKEKO_APP_H
|
|
#define PUKEKO_APP_H
|
|
|
|
extern int user_money;
|
|
extern int held_pukekos;
|
|
|
|
#endif // !PUKEKO_APP_H
|