Avoid/src/Options.h

16 lines
234 B
C
Raw Normal View History

2022-07-19 15:04:05 +00:00
/*
- Avoid ~ a game by Canneddonuts
- Filename ~ Options.h
- Author ~ Return0ne
- 2022
- *no license*
*/
#ifndef OPTIONS_HEADER
#define OPTIONS_HEADER
2022-07-19 15:29:08 +00:00
extern int mute;
extern int fullscreen;
2022-07-19 15:04:05 +00:00
#endif