Avoid/src/Options.h

16 lines
222 B
C

/*
- Avoid ~ a game by Canneddonuts
- Filename ~ Options.h
- Author ~ Return0ne
- 2022
- *no license*
*/
#ifndef OPTIONS_HEADER
#define OPTIONS_HEADER
bool mute;
bool fullscreen;
#endif