Changeset 218 for trunk/src/tiler.h


Ignore:
Timestamp:
Jan 17, 2011, 2:22:07 PM (12 years ago)
Author:
sam
Message:

The Tile size can now be specified upon TileSet load. Add a sample
with the Monsterz tiles.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      .auto
      aclocal.m4
      autom4te.cache
      config.h
      config.h.in
      config.log
      config.status
      configure
      libtool
      Makefile
      Makefile.in
      stamp-h1
  • trunk/src

    • Property svn:ignore set to
      .deps
      Makefile
      Makefile.in
  • trunk/src/tiler.h

    r138 r218  
    1818{
    1919public:
    20     static int Register(char const *path);
     20    static int Register(char const *path, int size);
    2121    static void Deregister(int id);
    2222
Note: See TracChangeset for help on using the changeset viewer.