This commit is contained in:
bjorn 2017-04-03 09:40:37 -07:00
parent 6695be5eb8
commit 30647c97c5
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
#include "luax.h"
#define LOVR_VERSION_MAJOR 0
#define LOVR_VERSION_MINOR 4
#define LOVR_VERSION_MINOR 5
#define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_ALIAS "Cosmic Panda"
#define LOVR_VERSION_ALIAS "Psychotic Octopus"
void lovrInit(lua_State* L, int argc, char** argv);
void lovrDestroy(int exitCode);