Create a display.

This commit is contained in:
2018-03-25 14:27:10 +02:00
parent 8c19b96bb7
commit 768f80a362
5 changed files with 109 additions and 3 deletions

View File

@@ -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.