liblashgame

Pathfinder and path decision making library for 2D tile game
git clone git://holbrook.no/liblashgame.git
Log | Files | Refs

common.h (297B)


      1 #ifndef LASH_GAME_TESTS_COMMON_H_
      2 #define LASH_GAME_TESTS_COMMON_H_
      3 
      4 void fillMapRandom(lash_map_simple_t *map, lash_map_simple_layer_item_t max_value);
      5 void dumpMapPathLayer(lash_map_simple_t *map, unsigned int unitsize, int start, int target, int position);
      6 
      7 #endif // LASH_GAME_TESTS_COMMON_H_