Changeset 251


Ignore:
Timestamp:
Jan 21, 2011, 1:04:39 AM (12 years ago)
Author:
sam
Message:

Skeleton for sample entity and sampler manager classes.

Location:
trunk
Files:
4 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r221 r251  
    88    forge.cpp forge.h video.cpp video.h timer.cpp timer.h bitfield.h \
    99    profiler.cpp profiler.h input.h input.cpp world.cpp world.h \
     10    sample.cpp sample.h sampler.cpp sampler.h \
    1011    \
    1112    sdlinput.cpp sdlinput.h \
  • trunk/src/core.h

    r221 r251  
    3131#include "font.h"
    3232#include "tileset.h"
     33#include "sample.h"
    3334#include "world.h"
    3435
     
    4243#include "forge.h"
    4344#include "tiler.h"
     45#include "sampler.h"
    4446
    4547#endif // __DH_CORE_H__
  • trunk/win32/deushax.vcxproj

    r249 r251  
    2929    <ClInclude Include="..\src\matrix.h" />
    3030    <ClInclude Include="..\src\profiler.h" />
     31    <ClInclude Include="..\src\sample.h" />
     32    <ClInclude Include="..\src\sampler.h" />
    3133    <ClInclude Include="..\src\scene.h" />
    3234    <ClInclude Include="..\src\sdlinput.h" />
     
    5456    <ClCompile Include="..\src\map.cpp" />
    5557    <ClCompile Include="..\src\profiler.cpp" />
     58    <ClCompile Include="..\src\sample.cpp" />
     59    <ClCompile Include="..\src\sampler.cpp" />
    5660    <ClCompile Include="..\src\scene.cpp" />
    5761    <ClCompile Include="..\src\sdlinput.cpp" />
  • trunk/win32/monsterz.vcxproj

    r249 r251  
    3030    <ClInclude Include="..\src\matrix.h" />
    3131    <ClInclude Include="..\src\profiler.h" />
     32    <ClInclude Include="..\src\sample.h" />
     33    <ClInclude Include="..\src\sampler.h" />
    3234    <ClInclude Include="..\src\scene.h" />
    3335    <ClInclude Include="..\src\sdlinput.h" />
     
    5658    <ClCompile Include="..\src\map.cpp" />
    5759    <ClCompile Include="..\src\profiler.cpp" />
     60    <ClInclude Include="..\src\sample.cpp" />
     61    <ClInclude Include="..\src\sampler.cpp" />
    5862    <ClCompile Include="..\src\scene.cpp" />
    5963    <ClCompile Include="..\src\sdlinput.cpp" />
Note: See TracChangeset for help on using the changeset viewer.