]> git.itanic.dy.fi Git - sdl-planets/commit
Introduce struct quadree_ops
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 11 Apr 2010 15:05:13 +0000 (18:05 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 11 Apr 2010 15:05:13 +0000 (18:05 +0300)
commitae307c31bba651861436fc2d029caecd3a09b38c
treef48d95acf7d28b9f248a3f9afd2d19dcce94eb15
parent66ec6620125badde86f08fabb0a99226da922ee6
Introduce struct quadree_ops

Store all related function pointers (so far only the comparison) in
one structure. This will make it easier to add function pointers that
are needed in various quadtree operations.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
planet.c
quadtree.c
quadtree.h