diff options
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 | ||
