This commit is contained in:
bjorn 2018-06-13 21:20:33 -07:00
parent 6cbf4075ec
commit 2ebefd07a9
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#include <stdbool.h>
#define LOVR_VERSION_MAJOR 0
#define LOVR_VERSION_MINOR 9
#define LOVR_VERSION_PATCH 1
#define LOVR_VERSION_ALIAS "Fluffy Cuttlefish"
#define LOVR_VERSION_MINOR 10
#define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_ALIAS "Hangry Goose"
void lovrDestroy();
bool lovrRun(int argc, char** argv, int* status);