Release v0.5.
This commit is contained in:
@@ -28,6 +28,10 @@ typedef struct {
|
||||
int y;
|
||||
} Buffer;
|
||||
|
||||
typedef struct {
|
||||
int age;
|
||||
} Kissa;
|
||||
|
||||
bool luaInit( int argn, const char **argc );
|
||||
int luaTraceback( lua_State *L );
|
||||
bool luaCallMain();
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 5
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION_DEV 1
|
||||
#define VERSION_DEV 0
|
||||
|
||||
#include "glad.h"
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user