summaryrefslogtreecommitdiffhomepage
path: root/src/gamedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamedata.h')
-rw-r--r--src/gamedata.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gamedata.h b/src/gamedata.h
index 471e5bb..2e58ef6 100644
--- a/src/gamedata.h
+++ b/src/gamedata.h
@@ -1,5 +1,5 @@
/*
- * Copyright © 2022 Michael Smith <mikesmiffy128@gmail.com>
+ * Copyright © 2023 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
@@ -22,11 +22,11 @@
#else
#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>
+#include <gamedata.gen.h> // generated by build/mkgamedata.c
+#include <entprops.gen.h> // generated by build/mkentprops.c
#undef NVDTOR
+/* Called as part of plugin init to set up various metadata about the game. */
void gamedata_init(void);
#endif