diff --git a/src/Makefile.am b/src/Makefile.am index be1580e6..8bb70d17 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,7 +15,7 @@ liblol_a_SOURCES = \ \ eglapp.cpp eglapp.h \ \ - debugfps.cpp debugfps.h debugsphere.cpp debugsphere.h \ + loldebug.h debugfps.cpp debugfps.h debugsphere.cpp debugsphere.h \ debugrecord.cpp debugrecord.h debugstats.cpp debugstats.h liblol_a_CPPFLAGS = @LOL_CFLAGS@ diff --git a/src/loldebug.h b/src/loldebug.h new file mode 100644 index 00000000..806a938f --- /dev/null +++ b/src/loldebug.h @@ -0,0 +1,25 @@ +// +// Lol Engine +// +// Copyright: (c) 2010-2011 Sam Hocevar +// This program is free software; you can redistribute it and/or +// modify it under the terms of the Do What The Fuck You Want To +// Public License, Version 2, as published by Sam Hocevar. See +// http://sam.zoy.org/projects/COPYING.WTFPL for more details. +// + +// +// Debug entity classes +// -------------------- +// + +#if !defined __DH_LOLDEBUG_H__ +#define __DH_LOLDEBUG_H__ + +#include "debugfps.h" +#include "debugrecord.h" +#include "debugsphere.h" +#include "debugstats.h" + +#endif // __DH_LOLDEBUG_H__ + diff --git a/win32/deushax.vcxproj b/win32/deushax.vcxproj index 3918a538..6b0dd016 100644 --- a/win32/deushax.vcxproj +++ b/win32/deushax.vcxproj @@ -29,6 +29,7 @@ + diff --git a/win32/deushax.vcxproj.filters b/win32/deushax.vcxproj.filters index c8a37aae..e1d49fce 100644 --- a/win32/deushax.vcxproj.filters +++ b/win32/deushax.vcxproj.filters @@ -51,6 +51,9 @@ lolengine + + lolengine + lolengine diff --git a/win32/editor.vcxproj b/win32/editor.vcxproj index 4235a670..4c4b9233 100644 --- a/win32/editor.vcxproj +++ b/win32/editor.vcxproj @@ -29,6 +29,7 @@ + diff --git a/win32/editor.vcxproj.filters b/win32/editor.vcxproj.filters index 900a13e7..73f038c1 100644 --- a/win32/editor.vcxproj.filters +++ b/win32/editor.vcxproj.filters @@ -51,6 +51,9 @@ lolengine + + lolengine + lolengine diff --git a/win32/monsterz.vcxproj b/win32/monsterz.vcxproj index a72cd57b..f5ef0337 100644 --- a/win32/monsterz.vcxproj +++ b/win32/monsterz.vcxproj @@ -34,6 +34,7 @@ + diff --git a/win32/monsterz.vcxproj.filters b/win32/monsterz.vcxproj.filters index a625ef04..c0c2c1d8 100644 --- a/win32/monsterz.vcxproj.filters +++ b/win32/monsterz.vcxproj.filters @@ -51,6 +51,9 @@ lolengine + + lolengine + lolengine