From 1c4318331663b152b0b298bd2c9e5c971506a86b Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 10 Jun 2023 16:44:19 +0100 Subject: Prune some comments and tidy up other minor things --- src/gamedata.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gamedata.h') 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 + * Copyright © 2023 Michael Smith * * 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 -// entprops are built by a different tool, in a different header for simplicity -#include +#include // generated by build/mkgamedata.c +#include // 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 -- cgit v1.2.3-54-g00ecf