diff options
author | Tim Angus <tim@ngus.net> | 2013-02-16 20:58:04 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-02-16 22:12:07 +0000 |
commit | 0d15e50542e1bd791bc1d87744dcca9971e040f6 (patch) | |
tree | 99aa8ede5daccc1234889cc1da034005c7839383 /src/cgame | |
parent | 1e105cd9071bbf7603f004ad5ed84af491231819 (diff) |
Add renderercommon/tr_common.h
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 50dc8340..754ab7d4 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "../qcommon/q_shared.h" -#include "../renderer/tr_types.h" +#include "../renderercommon/tr_types.h" #include "../game/bg_public.h" #include "cg_public.h" #include "../ui/ui_shared.h" |