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

@@ -8,7 +8,7 @@
#include <iostream>
#include <functional>
#include <cmath>
#include "util.cpp"
#include "util.hpp"
#include <deque>
#include <unordered_map>
#include <bitset>