~silwol/freenukum/trunk

« back to all changes in this revision

Viewing changes to src/fn_test_tile.c

  • Committer: Wolfgang Silbermayr
  • Date: 2009-02-20 13:23:01 UTC
  • Revision ID: wolfgang@silbermayr.at-20090220132301-ordzjbq0cdehm88p
Replaced some more SDL_Surface occurrences by FnTexture's

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
int main(int argc, char ** argv)
41
41
{
 
42
    g_type_init();
42
43
    int fd;
43
44
    fn_environment_t * env = fn_environment_create();
44
45
    fn_environment_load_tilecache(env);