Create a display.
This commit is contained in:
@@ -21,3 +21,9 @@
|
||||
#ifndef VERSION
|
||||
# define VERSION "[version]"
|
||||
#endif
|
||||
|
||||
#ifndef FPS
|
||||
# define FPS 60
|
||||
#endif
|
||||
|
||||
extern int run; ///< Whether or not to continue running the simulation.
|
||||
|
||||
Reference in New Issue
Block a user