diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-11-05 05:38:31 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-11-05 05:38:31 +0100 |
| commit | 8fba2176bc34aa7e507f0b9d983427bb5e522e17 (patch) | |
| tree | d5e1c7d5560f30581fc5a1957121fc0a198b62f7 /PeasantSpr.i | |
| parent | 2cf2d608af862e812e7fd3ac580f869141a96fa7 (diff) | |
| download | pocketempires-8fba2176bc34aa7e507f0b9d983427bb5e522e17.tar.gz | |
* Modified shadows for Town centre.
* Bugfixes in unit movement and collision detection. Now it should work fine.
* Added include guards to all *.i files.
* Other minor changes
Diffstat (limited to 'PeasantSpr.i')
| -rw-r--r-- | PeasantSpr.i | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PeasantSpr.i b/PeasantSpr.i index 7e78764..22399d5 100644 --- a/PeasantSpr.i +++ b/PeasantSpr.i @@ -1,3 +1,6 @@ +#ifndef PEASANT_SPR_I__ +#define PEASANT_SPR_I__ + // Default direction: Down @@ -28,3 +31,5 @@ const uint8_t PROGMEM Peasant_SprData[] = 0x00, }; + +#endif // PEASANT_SPR_I__ |
