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

@@ -2,7 +2,7 @@
#include <iostream>
#include "Map.h"
#include <Ray.h>
#include "util.cpp"
#include "util.hpp"
Ray::Ray(
Map *map,