Move header definition for unit conversion functions to own header.

This commit is contained in:
Jonathan G Rennison
2016-06-30 18:28:42 +01:00
parent b5531975da
commit 2c6f74a982
4 changed files with 22 additions and 9 deletions

View File

@@ -34,6 +34,7 @@
#include "smallmap_gui.h"
#include "window_func.h"
#include "debug.h"
#include "unit_conversion.h"
#include "game/game_text.hpp"
#include "network/network_content_gui.h"
#include <stack>