summaryrefslogtreecommitdiffhomepage
path: root/src/gamedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamedata.h')
-rw-r--r--src/gamedata.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gamedata.h b/src/gamedata.h
index b5e4ed7..678d572 100644
--- a/src/gamedata.h
+++ b/src/gamedata.h
@@ -1,5 +1,5 @@
/*
- * Copyright © 2021 Michael Smith <mikesmiffy128@gmail.com>
+ * Copyright © 2022 Michael Smith <mikesmiffy128@gmail.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -25,6 +25,8 @@
#define NVDTOR 2
#endif
#include <gamedata.gen.h>
+// entprops are built by a different tool, in a different header for simplicity
+#include <entprops.gen.h>
#undef NVDTOR
void gamedata_init(void);