This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
orbital: start implementing the mesh builder features found in the original.
legacy
Sam Hocevar
sam
12 years ago
parent
18cd98fe91
commit
2c49c7bcef
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
win32/orbital.vcxproj
+3
-0
win32/orbital.vcxproj.filters
+ 1
- 0
win32/orbital.vcxproj
View File
@@ -27,6 +27,7 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\orbital\mesh.h" />
<ClInclude Include="..\orbital\orbital.h" />
</ItemGroup>
<ItemGroup>
+ 3
- 0
win32/orbital.vcxproj.filters
View File
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="..\orbital\mesh.h" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\orbital\orbital.h" />
</ItemGroup>
Write
Preview
Loading…
Cancel
Save