diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-04-18 14:13:26 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-04-18 14:13:26 +0200 |
commit | fe601fd3e7eeed39df0cd673f53c05afbd58685e (patch) | |
tree | 4e21067794875ab69525c4c36f34198f9e735005 | |
parent | Initial implementation of explosions and TNT block (diff) | |
download | cuberite-fe601fd3e7eeed39df0cd673f53c05afbd58685e.tar cuberite-fe601fd3e7eeed39df0cd673f53c05afbd58685e.tar.gz cuberite-fe601fd3e7eeed39df0cd673f53c05afbd58685e.tar.bz2 cuberite-fe601fd3e7eeed39df0cd673f53c05afbd58685e.tar.lz cuberite-fe601fd3e7eeed39df0cd673f53c05afbd58685e.tar.xz cuberite-fe601fd3e7eeed39df0cd673f53c05afbd58685e.tar.zst cuberite-fe601fd3e7eeed39df0cd673f53c05afbd58685e.zip |
Diffstat (limited to '')
-rw-r--r-- | VC2008/MCServer.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 3f701eaa4..bd7b5f294 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -1035,6 +1035,14 @@ >
</File>
<File
+ RelativePath="..\source\TNTEntity.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\TNTEntity.h"
+ >
+ </File>
+ <File
RelativePath="..\source\Torch.h"
>
</File>
|