diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-09 13:54:18 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-09 13:54:18 +0200 |
| commit | d547dec802f76c346538144f4eacf6d8ca6310c4 (patch) | |
| tree | 50613653be09988bfd1a122496faed93c960de45 /pacman-c++/util.h | |
| parent | 7e4bc8ece49543533c4e27f5d6bc867c1bada601 (diff) | |
| download | foop-d547dec802f76c346538144f4eacf6d8ca6310c4.tar.gz foop-d547dec802f76c346538144f4eacf6d8ca6310c4.tar.bz2 foop-d547dec802f76c346538144f4eacf6d8ca6310c4.zip | |
Pull up methods from mainwidget to sceneholder for sharing in both client and server
Diffstat (limited to 'pacman-c++/util.h')
| -rw-r--r-- | pacman-c++/util.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pacman-c++/util.h b/pacman-c++/util.h new file mode 100644 index 0000000..34ddd31 --- /dev/null +++ b/pacman-c++/util.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #ifndef UTIL_H | ||
| 2 | #define UTIL_H | ||
| 3 | |||
| 4 | #include "constants.h" | ||
| 5 | // temporary | ||
| 6 | Transmission::map_t createDummyMap(); | ||
| 7 | |||
| 8 | #endif // UTIL_H \ No newline at end of file | ||
