Add paladin game; fix NK bool

This commit is contained in:
2022-08-14 23:10:29 +00:00
parent 24ee74150a
commit 638e57e660
5 changed files with 28 additions and 10 deletions

View File

@@ -6,6 +6,8 @@
#include <stdio.h>
#include <vec.h>
#include "input.h"
#include "script.h"
#include "nuke.h"
struct mSDLWindow *mainwin;