diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-06-21 16:18:38 -0700 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-06-21 16:18:38 -0700 |
commit | f7916cb7c797a26140e50a7bd07a5716c25bf85c (patch) | |
tree | 1d2869051792bfa568dda706714a90d90262b999 /win32/project/Balau.vcxproj | |
parent | 43f245e54a1640b149d4fa240127058e1ff38cff (diff) |
More cleanup and adding cyphers.
Diffstat (limited to 'win32/project/Balau.vcxproj')
-rw-r--r-- | win32/project/Balau.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/project/Balau.vcxproj b/win32/project/Balau.vcxproj index 5cc49d5..2f220fc 100644 --- a/win32/project/Balau.vcxproj +++ b/win32/project/Balau.vcxproj @@ -267,6 +267,7 @@ <ClInclude Include="..\..\includes\Async.h" />
<ClInclude Include="..\..\includes\AtStartExit.h" />
<ClInclude Include="..\..\includes\Base64.h" />
+ <ClInclude Include="..\..\includes\BCypher.h" />
<ClInclude Include="..\..\includes\BHashes.h" />
<ClInclude Include="..\..\includes\BigInt.h" />
<ClInclude Include="..\..\includes\BLua.h" />
|