old-Testgame/state.h
2016-08-28 13:39:13 +02:00

7 lines
No EOL
99 B
C

#ifndef __STATE_H
#define __STATE_H
struct GameState {
bool bright;
float brightness;
};
#endif