1
0

Fixed projectile source filenames, indentations

This commit is contained in:
archshift
2014-04-27 17:03:06 -07:00
parent 15324f3bbd
commit 9b0cb3fd97
26 changed files with 80 additions and 80 deletions

View File

@@ -13,14 +13,14 @@
#include "../ChunkMap.h"
#include "../Chunk.h"
#include "ProjectileArrow.h"
#include "ProjectileEgg.h"
#include "ProjectileEnderPearl.h"
#include "ProjectileExpBottle.h"
#include "ProjectileSnowball.h"
#include "ProjectileFireCharge.h"
#include "ProjectileFirework.h"
#include "ProjectileGhastFireball.h"
#include "ArrowEntity.h"
#include "ThrownEggEntity.h"
#include "ThrownEnderPearlEntity.h"
#include "ExpBottleEntity.h"
#include "ThrownSnowballEntity.h"
#include "FireChargeEntity.h"
#include "FireworkEntity.h"
#include "GhastFireballEntity.h"