1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-02 12:33:52 +00:00
This commit is contained in:
bjorn 2017-12-31 20:26:42 -08:00
parent abee677d38
commit 70ca4e3875

View file

@ -2,7 +2,7 @@
#define LOVR_VERSION_MAJOR 0
#define LOVR_VERSION_MINOR 9
#define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_PATCH 1
#define LOVR_VERSION_ALIAS "Fluffy Cuttlefish"
void lovrInit(lua_State* L, int argc, char** argv);