diff options
| author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-07-27 20:07:45 +0200 |
|---|---|---|
| committer | Tony Wasserka <NeoBrainX@gmail.com> | 2014-08-12 13:46:20 +0200 |
| commit | 8528c810cf6e2fcaad89c47ff2b598529a5bff64 (patch) | |
| tree | 069ee963bd86f5cf6ea13fe16f836f18a117bcd2 /src/video_core/video_core.vcxproj | |
| parent | 7b6a7d7dfb92d7a6d3537ea8b0339c2170d7eb84 (diff) | |
Video core: Add utility class for vector operations.
I wrote most of this for ppsspp, so I hold full copyright over it.
In addition to the original release in ppsspp, this provides functionality to easily extend e.g. two-dimensional vectors to three-dimensional vectors.
Diffstat (limited to 'src/video_core/video_core.vcxproj')
| -rw-r--r-- | src/video_core/video_core.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/video_core.vcxproj b/src/video_core/video_core.vcxproj index d77be2bef..2dbfc68dd 100644 --- a/src/video_core/video_core.vcxproj +++ b/src/video_core/video_core.vcxproj @@ -25,6 +25,7 @@ </ItemGroup> <ItemGroup> <ClInclude Include="gpu_debugger.h" /> + <ClInclude Include="math.h" /> <ClInclude Include="pica.h" /> <ClInclude Include="renderer_base.h" /> <ClInclude Include="utils.h" /> |
