Switched Utils name back. Converted the current debug text over to ImGui.

This commit is contained in:
MitchellHansen
2017-03-17 00:09:48 -07:00
parent 15fb922c27
commit 50c6d68944
9 changed files with 33 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include <SFML/System/Vector3.hpp>
#include <SFML/System/Vector2.hpp>
#include "util.cpp"
#include "util.hpp"
#include "Pub_Sub.h"
#include "raycaster/RayCaster.h"
#include <list>