Changeset 749
- Timestamp:
- Mar 28, 2011, 1:31:46 AM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.am
r734 r749 11 11 text.cpp text.h emitter.cpp emitter.h numeric.h hash.cpp hash.h \ 12 12 worldentity.cpp worldentity.h shader.cpp shader.h image.cpp image.h \ 13 platform.cpp platform.h \ 13 14 \ 14 15 sdlapp.cpp sdlapp.h sdlinput.cpp sdlinput.h \ -
trunk/src/core.h
r748 r749 24 24 // Static classes 25 25 #include "log.h" 26 #include "platform.h" 26 27 #include "video.h" 27 28 #include "audio.h"
Note: See TracChangeset
for help on using the changeset viewer.