refactor: moved DataBuffer to misc

This commit is contained in:
2021-10-13 18:51:33 +02:00
parent a62549e93e
commit 57151cfaa2
5 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "network/DataBuffer.h"
#include "misc/DataBuffer.h"
#include "game/World.h"
#include "game/BaseGame.h"