]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/main.h
Enforce PLAYER_INVENTORY_SIZE in ObjectRef::l_inventory_set_list
[dragonfireclient.git] / src / main.h
index 081029dd5c158f377417a743b07749b5ccf0871d..0e353fce01e8edc60124b1755648949aea23a3fd 100644 (file)
@@ -24,10 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 class Settings;
 extern Settings *g_settings;
 
-// This makes and maps textures
-class ITextureSource;
-extern ITextureSource *g_texturesource;
-
 // Global profiler
 class Profiler;
 extern Profiler *g_profiler;