Changeset 251
- Timestamp:
- Jan 21, 2011, 1:04:39 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 4 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.am
r221 r251 8 8 forge.cpp forge.h video.cpp video.h timer.cpp timer.h bitfield.h \ 9 9 profiler.cpp profiler.h input.h input.cpp world.cpp world.h \ 10 sample.cpp sample.h sampler.cpp sampler.h \ 10 11 \ 11 12 sdlinput.cpp sdlinput.h \ -
trunk/src/core.h
r221 r251 31 31 #include "font.h" 32 32 #include "tileset.h" 33 #include "sample.h" 33 34 #include "world.h" 34 35 … … 42 43 #include "forge.h" 43 44 #include "tiler.h" 45 #include "sampler.h" 44 46 45 47 #endif // __DH_CORE_H__ -
trunk/win32/deushax.vcxproj
r249 r251 29 29 <ClInclude Include="..\src\matrix.h" /> 30 30 <ClInclude Include="..\src\profiler.h" /> 31 <ClInclude Include="..\src\sample.h" /> 32 <ClInclude Include="..\src\sampler.h" /> 31 33 <ClInclude Include="..\src\scene.h" /> 32 34 <ClInclude Include="..\src\sdlinput.h" /> … … 54 56 <ClCompile Include="..\src\map.cpp" /> 55 57 <ClCompile Include="..\src\profiler.cpp" /> 58 <ClCompile Include="..\src\sample.cpp" /> 59 <ClCompile Include="..\src\sampler.cpp" /> 56 60 <ClCompile Include="..\src\scene.cpp" /> 57 61 <ClCompile Include="..\src\sdlinput.cpp" /> -
trunk/win32/monsterz.vcxproj
r249 r251 30 30 <ClInclude Include="..\src\matrix.h" /> 31 31 <ClInclude Include="..\src\profiler.h" /> 32 <ClInclude Include="..\src\sample.h" /> 33 <ClInclude Include="..\src\sampler.h" /> 32 34 <ClInclude Include="..\src\scene.h" /> 33 35 <ClInclude Include="..\src\sdlinput.h" /> … … 56 58 <ClCompile Include="..\src\map.cpp" /> 57 59 <ClCompile Include="..\src\profiler.cpp" /> 60 <ClInclude Include="..\src\sample.cpp" /> 61 <ClInclude Include="..\src\sampler.cpp" /> 58 62 <ClCompile Include="..\src\scene.cpp" /> 59 63 <ClCompile Include="..\src\sdlinput.cpp" />
Note: See TracChangeset
for help on using the changeset viewer.