Last change
on this file since 1344 was
1344,
checked in by sam, 9 years ago
|
orbital: create a Player class with joystick support.
|
File size:
627 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <ItemGroup>
|
---|
4 | <ClInclude Include="..\orbital\mesh.h" />
|
---|
5 | <ClInclude Include="..\orbital\CommandParser.h" />
|
---|
6 | <ClInclude Include="..\orbital\player.h" />
|
---|
7 | <ClInclude Include="..\orbital\tank.h" />
|
---|
8 | </ItemGroup>
|
---|
9 | <ItemGroup>
|
---|
10 | <ClInclude Include="..\orbital\orbital.h" />
|
---|
11 | </ItemGroup>
|
---|
12 | <ItemGroup>
|
---|
13 | <ClInclude Include="..\orbital\particlesystem.h" />
|
---|
14 | </ItemGroup>
|
---|
15 | <ItemGroup>
|
---|
16 | <ClCompile Include="..\orbital\orbital.cpp" />
|
---|
17 | </ItemGroup>
|
---|
18 | </Project>
|
---|
Note: See
TracBrowser
for help on using the repository browser.