Removed the rest of the compiler warnings
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include "Camera.h"
|
||||
#include "Pub_Sub.h"
|
||||
|
||||
|
||||
Camera::Camera() {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "ConfigDB.h"
|
||||
#include <iostream>
|
||||
|
||||
|
||||
ConfigDB::ConfigDB()
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "FrameWatcher.h"
|
||||
#include <chrono>
|
||||
|
||||
|
||||
FrameWatcher::FrameWatcher() {
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
#pragma once
|
||||
#include <imgui/imgui-SFML.h>
|
||||
#include "Input.h"
|
||||
#include "Input.h"
|
||||
|
||||
|
||||
Input::Input() {
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
#include "NetworkInput.h"
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
|
||||
NetworkInput::NetworkInput() {
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#include <vector>
|
||||
#include "Event.hpp"
|
||||
#include "Pub_Sub.h"
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
#include <SFML/Graphics.hpp>
|
||||
#include <iostream>
|
||||
#include "map/Map.h"
|
||||
#include <Ray.h>
|
||||
#include "util.hpp"
|
||||
|
||||
Ray::Ray(
|
||||
Map *map,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "map/Map.h"
|
||||
#include "Logger.h"
|
||||
|
||||
|
||||
|
||||
Map::Map(uint32_t dimensions) : array_map(sf::Vector3i(dimensions, dimensions, dimensions)) {
|
||||
|
||||
Reference in New Issue
Block a user