This commit is contained in:
bjorn 2017-08-27 15:49:43 -07:00
parent 40b9cb1c63
commit 44c02b008b
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#include "luax.h"
#define LOVR_VERSION_MAJOR 0
#define LOVR_VERSION_MINOR 7
#define LOVR_VERSION_PATCH 1
#define LOVR_VERSION_ALIAS "Pesto Junkie"
#define LOVR_VERSION_MINOR 8
#define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_ALIAS "Cyber Pigeon"
void lovrInit(lua_State* L, int argc, char** argv);
void lovrDestroy(int exitCode);