Web build.

This commit is contained in:
jussi
2022-02-22 02:49:15 +02:00
parent 612ede6da4
commit 8800de59fa
6 changed files with 120 additions and 49 deletions

View File

@@ -3,12 +3,9 @@
#define STRING_LEN 1024
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_MINOR 2
#define VERSION_PATCH 0
#include <stdio.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -18,5 +15,4 @@
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>
// #include <stdint.h>
#include <stdint.h>