1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-02 20:43:35 +00:00
This commit is contained in:
bjorn 2017-04-03 09:40:37 -07:00
parent 6695be5eb8
commit 30647c97c5

View file

@ -1,9 +1,9 @@
#include "luax.h" #include "luax.h"
#define LOVR_VERSION_MAJOR 0 #define LOVR_VERSION_MAJOR 0
#define LOVR_VERSION_MINOR 4 #define LOVR_VERSION_MINOR 5
#define LOVR_VERSION_PATCH 0 #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 lovrInit(lua_State* L, int argc, char** argv);
void lovrDestroy(int exitCode); void lovrDestroy(int exitCode);