1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Move hex.h to util/

This commit is contained in:
Loic Blot 2015-02-21 14:17:36 +01:00
parent c09d026f05
commit 5a5854ea9d
6 changed files with 14 additions and 15 deletions

View file

@ -22,8 +22,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "exceptions.h"
#include "settings.h"
#include "log.h"
#include "hex.h"
#include "debug.h"
#include "util/hex.h"
class UnknownKeycode : public BaseException
{