diff options
author | madmaxoft <github@xoft.cz> | 2013-08-30 10:10:56 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-30 10:10:56 +0200 |
commit | 3c0e08ee71221624ace7778e84ad80212c1615c1 (patch) | |
tree | bea0dfabb59c4c998a58e25016552ec61e51149d /Tools/ProtoProxy/ProtoProxy.vcproj | |
parent | Rewritten cTimer not to use heap allocation. (diff) | |
download | cuberite-3c0e08ee71221624ace7778e84ad80212c1615c1.tar cuberite-3c0e08ee71221624ace7778e84ad80212c1615c1.tar.gz cuberite-3c0e08ee71221624ace7778e84ad80212c1615c1.tar.bz2 cuberite-3c0e08ee71221624ace7778e84ad80212c1615c1.tar.lz cuberite-3c0e08ee71221624ace7778e84ad80212c1615c1.tar.xz cuberite-3c0e08ee71221624ace7778e84ad80212c1615c1.tar.zst cuberite-3c0e08ee71221624ace7778e84ad80212c1615c1.zip |
Diffstat (limited to '')
-rw-r--r-- | Tools/ProtoProxy/ProtoProxy.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tools/ProtoProxy/ProtoProxy.vcproj b/Tools/ProtoProxy/ProtoProxy.vcproj index 695e01e76..926bbe586 100644 --- a/Tools/ProtoProxy/ProtoProxy.vcproj +++ b/Tools/ProtoProxy/ProtoProxy.vcproj @@ -256,6 +256,14 @@ RelativePath="..\..\source\StringUtils.h" > </File> + <File + RelativePath="..\..\source\OSSupport\Timer.cpp" + > + </File> + <File + RelativePath="..\..\source\OSSupport\Timer.h" + > + </File> </Filter> <File RelativePath=".\ProtoProxy.txt" |