From 6d0db0d5bee0201b732149616a691827367cfb35 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 3 May 2022 04:20:27 +0100 Subject: Add entity property finding and L4D warp testing This was a lot more code than expected, but it might be finally close to time to release the next beta... We'll see if any more rabbit holes present themselves to jump into, though. --- src/gamedata.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gamedata.h') 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 + * Copyright © 2022 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 @@ -25,6 +25,8 @@ #define NVDTOR 2 #endif #include +// entprops are built by a different tool, in a different header for simplicity +#include #undef NVDTOR void gamedata_init(void); -- cgit v1.2.3