Changeset 2238
- Timestamp:
- Jan 21, 2013, 12:43:58 AM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.am
r2237 r2238 47 47 base/hash.cpp base/string.cpp \ 48 48 \ 49 thread/threadbase.h thread/thread.h \50 \51 49 math/vector.cpp math/real.cpp math/half.cpp math/trig.cpp \ 52 50 math/geometry.cpp \ … … 75 73 \ 76 74 sys/init.cpp \ 75 sys/threadbase.h sys/thread.h \ 77 76 \ 78 77 image/image.cpp image/image.h image/image-private.h \ -
trunk/src/core.h
r2237 r2238 90 90 91 91 #include <lol/sys/init.h> 92 #include <lol/sys/thread.h> 92 93 93 94 #include <lol/image/color.h> … … 95 96 #include "numeric.h" 96 97 #include "timer.h" 97 #include "thread/thread.h"98 98 99 99 // Static classes -
trunk/src/lol/sys/thread.h
r2237 r2238 20 20 # include "platform/ps3/threadbase.h" 21 21 #else 22 # include " threadbase.h"22 # include "sys/threadbase.h" 23 23 #endif 24 24 -
trunk/src/lolcore.vcxproj
r2226 r2238 600 600 <ClInclude Include="lol\math\remez.h" /> 601 601 <ClInclude Include="lol\math\vector.h" /> 602 <ClInclude Include="lol\sys\init.h" /> 603 <ClInclude Include="lol\sys\thread.h" /> 602 604 <ClInclude Include="lol\unit.h" /> 603 605 <ClInclude Include="mesh\mesh.h" /> … … 619 621 <ClInclude Include="simd.h" /> 620 622 <ClInclude Include="sprite.h" /> 623 <ClInclude Include="sys\threadbase.h" /> 624 <ClInclude Include="sys\init.cpp" /> 621 625 <ClInclude Include="text.h" /> 622 <ClInclude Include="thread\thread.h" />623 <ClInclude Include="thread\threadbase.h" />624 626 <ClInclude Include="ticker.h" /> 625 627 <ClInclude Include="tiler.h" />
Note: See TracChangeset
for help on using the changeset viewer.