make include paths absolute within src
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
// NOTE: this also includes SFML for us
|
||||
#include <TGUI/TGUI.hpp>
|
||||
#include <vector>
|
||||
#include "universe.hpp"
|
||||
#include "universe/universe.hpp"
|
||||
#include "boe.consts.hpp"
|
||||
#include "spell.hpp"
|
||||
#include "skills_traits.hpp"
|
||||
#include "event_listener.hpp"
|
||||
#include "drawable.hpp"
|
||||
#include "tools/event_listener.hpp"
|
||||
#include "tools/drawable.hpp"
|
||||
|
||||
class OpenBoEMenu : public iEventListener, public iDrawable {
|
||||
public:
|
||||
|
@@ -9,8 +9,8 @@
|
||||
#include "boe.menu.hpp"
|
||||
#include "boe.consts.hpp"
|
||||
|
||||
#include "event_listener.hpp"
|
||||
#include "drawable_manager.hpp"
|
||||
#include "tools/event_listener.hpp"
|
||||
#include "tools/drawable_manager.hpp"
|
||||
|
||||
extern sf::RenderWindow mainPtr;
|
||||
extern cUniverse univ;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
|
||||
#include "pc.menus.hpp"
|
||||
#include "pc.menu.hpp"
|
||||
#include "winutil.hpp"
|
||||
#include "tools/winutil.hpp"
|
||||
#include <SFML/Graphics/RenderWindow.hpp>
|
||||
#include <memory>
|
||||
|
||||
|
@@ -6,9 +6,9 @@
|
||||
// NOTE: this also includes SFML for us
|
||||
#include <TGUI/TGUI.hpp>
|
||||
#include <vector>
|
||||
#include "undo.hpp"
|
||||
#include "event_listener.hpp"
|
||||
#include "drawable.hpp"
|
||||
#include "tools/undo.hpp"
|
||||
#include "tools/event_listener.hpp"
|
||||
#include "tools/drawable.hpp"
|
||||
|
||||
class OpenBoESceneditMenu : public iEventListener, public iDrawable {
|
||||
public:
|
||||
|
@@ -5,9 +5,9 @@
|
||||
#include <unordered_map>
|
||||
#include <string>
|
||||
#include "scen.menu.hpp"
|
||||
#include "undo.hpp"
|
||||
#include "event_listener.hpp"
|
||||
#include "drawable_manager.hpp"
|
||||
#include "tools/undo.hpp"
|
||||
#include "tools/event_listener.hpp"
|
||||
#include "tools/drawable_manager.hpp"
|
||||
|
||||
extern sf::RenderWindow mainPtr;
|
||||
extern cUndoList undo_list;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
|
||||
#include "cursors.hpp"
|
||||
// #include "restypes.hpp" // Include before X11 to avoid macro conflicts in SFML
|
||||
#include "res_cursor.hpp"
|
||||
#include "fileio/resmgr/res_cursor.hpp"
|
||||
#include <SFML/Graphics.hpp>
|
||||
|
||||
namespace x11 {
|
||||
|
Reference in New Issue
Block a user