7 lines
79 B
C
7 lines
79 B
C
#ifndef STORE_H
|
|
#define STORE_H
|
|
|
|
void render_store_menu();
|
|
|
|
#endif // !STORE_H
|