build for calc

This commit is contained in:
kdx 2023-03-23 22:10:37 +01:00
parent 2d54dc7915
commit 6a0392d7a0
3 changed files with 4 additions and 1 deletions

View File

@ -14,9 +14,10 @@ set(SOURCES
src/background.c
src/deathpart.c
src/entity.c
src/entitytag.c
src/exit.c
src/input.c
src/game.c
src/input.c
src/lzy.c
src/main.c
src/map.c

View File

@ -3,6 +3,7 @@
#include "rotrect.h"
#include "game.h"
#include <math.h>
#include <stddef.h>
double tick = 0;

View File

@ -7,6 +7,7 @@
#include "wakywakysnakysnake.h"
#include "idkwymmdr.h"
#include <stddef.h>
#include <string.h>
#define LOL(x) (unsigned char *)(x)
unsigned char *maps[] = {