Changeset 2086
- Timestamp:
- Nov 18, 2012, 6:00:32 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 2 added
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core.h
r2077 r2086 75 75 76 76 // Base types 77 #include "lol/debug.h" 78 #include "lol/math/math.h" 79 #include "lol/math/half.h" 80 #include "lol/math/real.h" 81 #include "lol/math/vector.h" 77 #include <lol/debug.h> 78 #include <lol/core/array.h> 79 #include <lol/core/string.h> 80 #include <lol/math/math.h> 81 #include <lol/math/half.h> 82 #include <lol/math/real.h> 83 #include <lol/math/vector.h> 82 84 #include "numeric.h" 83 85 #include "timer.h" 84 86 #include "thread/thread.h" 85 #include "array.h"86 87 87 88 // Static classes -
trunk/src/lolcore.vcxproj
r2077 r2086 301 301 <ItemGroup> 302 302 <ClInclude Include="application\application.h" /> 303 <ClInclude Include="array.h" />304 303 <ClInclude Include="audio.h" /> 305 304 <ClInclude Include="bitfield.h" /> … … 584 583 <ClInclude Include="loldebug.h" /> 585 584 <ClInclude Include="lolgl.h" /> 585 <ClInclude Include="lol\core\array.h" /> 586 586 <ClInclude Include="lol\debug.h" /> 587 587 <ClInclude Include="lol\math\half.h" />
Note: See TracChangeset
for help on using the changeset viewer.