Changeset 1313
- Timestamp:
- Apr 30, 2012, 11:48:55 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lol/math/half.h
r1311 r1313 22 22 namespace lol 23 23 { 24 25 /* This is OUR namespace. Don't let Windows headers fuck with it. */ 26 #undef min 27 #undef max 24 28 25 29 class half -
trunk/src/lol/math/real.h
r1311 r1313 19 19 #include <stdint.h> 20 20 21 namespace lol 22 { 23 24 /* This is OUR namespace. Don't let Windows headers fuck with it. */ 25 #undef min 26 #undef max 27 21 28 /* Avoid issues with NaCl headers */ 22 29 #undef log2 23 24 namespace lol25 {26 30 27 31 /* -
trunk/src/lol/math/vector.h
r1311 r1313 28 28 namespace lol 29 29 { 30 31 /* This is OUR namespace. Don't let Windows headers fuck with it. */ 32 #undef min 33 #undef max 30 34 31 35 /* Some compilers do not support const members in anonymous unions. So -
trunk/win32/lolcore.vcxproj.filters
r1307 r1313 364 364 <Filter>src\platform\xbox</Filter> 365 365 </ClInclude> 366 <ClInclude Include="..\src\lol\debug.h" />367 366 <ClInclude Include="..\src\gpu\indexbuffer.h"> 368 367 <Filter>src\gpu</Filter> … … 370 369 <ClInclude Include="..\src\array.h"> 371 370 <Filter>src</Filter> 371 </ClInclude> 372 <ClInclude Include="..\src\lol\debug.h"> 373 <Filter>src\lol</Filter> 372 374 </ClInclude> 373 375 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.