projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4ea12b
)
added a missing include line.
author
Stephen Groundwater
<slacker@gluebox.com>
Tue, 21 Aug 2007 22:42:21 +0000
(22:42 +0000)
committer
Stephen Groundwater
<slacker@gluebox.com>
Tue, 21 Aug 2007 22:42:21 +0000
(22:42 +0000)
SVN-Revision: 5151
src/video/texture_manager.cpp
patch
|
blob
|
history
diff --git
a/src/video/texture_manager.cpp
b/src/video/texture_manager.cpp
index
0e00086
..
d9ff2a7
100644
(file)
--- a/
src/video/texture_manager.cpp
+++ b/
src/video/texture_manager.cpp
@@
-34,6
+34,7
@@
#include "gameconfig.hpp"
#include "file_system.hpp"
#include "log.hpp"
+#include "texture.hpp"
TextureManager* texture_manager = NULL;