diff options
| author | Japa | 2010-05-04 10:54:06 +0000 |
|---|---|---|
| committer | Japa | 2010-05-04 10:54:06 +0000 |
| commit | 4a51199a91b37a97edca760ffa22629499fd8d83 (patch) | |
| tree | a84f3f5d37263034d38b347ed5d48a28319c6497 /SpriteMaps.h | |
| parent | 6f188cc32530c8a422f1223741acb81ae7535c4d (diff) | |
| download | stonesense-4a51199a91b37a97edca760ffa22629499fd8d83.tar.gz stonesense-4a51199a91b37a97edca760ffa22629499fd8d83.tar.bz2 stonesense-4a51199a91b37a97edca760ffa22629499fd8d83.tar.xz | |
updated to the latest DFhack, added the functionality to have seperate sprites for blocks, boulders, etc.
Diffstat (limited to 'SpriteMaps.h')
| -rw-r--r-- | SpriteMaps.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SpriteMaps.h b/SpriteMaps.h index ff2d57c..fa4b36d 100644 --- a/SpriteMaps.h +++ b/SpriteMaps.h @@ -62,7 +62,7 @@ enum BlockIDs{ // returns appropriate t_SpriteWithOffset,
// or one with sheetIndex == INVALID_INDEX if none found
-t_SpriteWithOffset GetBlockSpriteMap(int in, t_matglossPair material);
-t_SpriteWithOffset GetFloorSpriteMap(int in, t_matglossPair material);
+t_SpriteWithOffset GetBlockSpriteMap(int in, t_matglossPair material, uint16_t form);
+t_SpriteWithOffset GetFloorSpriteMap(int in, t_matglossPair material, uint16_t form);
t_SpriteWithOffset GetSpriteVegetation( TileClass type, int index);
|
