Changeset 5427 in orxonox.OLD for trunk/src/lib/graphics/text_engine
- Timestamp:
- Oct 24, 2005, 6:06:06 PM (19 years ago)
- Location:
- trunk/src/lib/graphics/text_engine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/font.cc
r5420 r5427 27 27 28 28 #include "debug.h" 29 #include "stdlibincl.h" 29 30 #include "compiler.h" 30 31 -
trunk/src/lib/graphics/text_engine/text.h
r5421 r5427 24 24 // FORWARD DECLARATION 25 25 class Font; 26 struct SDL_Surface; 26 27 27 28 /**
Note: See TracChangeset
for help on using the changeset viewer.