Changeset 2225
- Timestamp:
- Jan 17, 2013, 8:08:07 PM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.am
r2199 r2225 22 22 lol/math/vector.h lol/math/half.h lol/math/real.h lol/math/remez.h \ 23 23 lol/math/math.h \ 24 lol/math/geometry.h \ 24 25 lol/image/color.h \ 25 26 \ … … 47 48 \ 48 49 math/vector.cpp math/real.cpp math/half.cpp math/trig.cpp \ 50 math/geometry.cpp \ 49 51 \ 50 52 input/input.cpp input/input.h \ -
trunk/src/core.h
r2216 r2225 87 87 #include <lol/math/real.h> 88 88 #include <lol/math/vector.h> 89 #include <lol/math/geometry.h> 89 90 90 91 #include <lol/image/color.h> -
trunk/src/lolcore.vcxproj
r2199 r2225 274 274 <ClCompile Include="log.cpp" /> 275 275 <ClCompile Include="map.cpp" /> 276 <ClCompile Include="math\geometry.cpp" /> 276 277 <ClCompile Include="math\half.cpp" /> 277 278 <ClCompile Include="math\real.cpp" /> … … 591 592 <ClInclude Include="lol\debug.h" /> 592 593 <ClInclude Include="lol\image\color.h" /> 594 <ClInclude Include="lol\math\geometry.h" /> 593 595 <ClInclude Include="lol\math\half.h" /> 594 596 <ClInclude Include="lol\math\math.h" /> -
trunk/src/lolcore.vcxproj.filters
r2199 r2225 655 655 <Filter>image\color</Filter> 656 656 </ClCompile> 657 <ClCompile Include="math\geometry.cpp"> 658 <Filter>math</Filter> 659 </ClCompile> 657 660 </ItemGroup> 658 661 <ItemGroup> … … 1628 1631 <ClInclude Include="lol\base\types.h"> 1629 1632 <Filter>lol\base</Filter> 1633 </ClInclude> 1634 <ClInclude Include="lol\math\geometry.h"> 1635 <Filter>lol\math</Filter> 1630 1636 </ClInclude> 1631 1637 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.