Fixed all the compiler warnings, fixed depreciated screenshot function

This commit is contained in:
2017-02-06 03:47:43 -08:00
parent 88e69721e1
commit 3571bdcd61
11 changed files with 19 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include <SFML/Graphics.hpp>
#include <util.hpp>
#include "LightController.h"
#include <memory>
// We need to be able to :
// - Allow lights to exist outside the context of a LightController