summaryrefslogtreecommitdiffhomepage
path: root/src/gamedata.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2023-06-10 16:44:19 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2023-06-10 16:51:02 +0100
commit1c4318331663b152b0b298bd2c9e5c971506a86b (patch)
treea402681cb84b491819ba5018525c16340110fd4d /src/gamedata.h
parent602a18977d500ad068fd63fbedcafb630c29ee72 (diff)
Prune some comments and tidy up other minor things
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