Move everything under the guecs/ directory in src/ so that it meshes better with other projects.
This commit is contained in:
parent
f520f0bade
commit
3bc05ad164
30 changed files with 74 additions and 73 deletions
|
@ -1,4 +1,4 @@
|
|||
#include "guecs.hpp"
|
||||
#include "guecs/ui.hpp"
|
||||
|
||||
namespace sfml {
|
||||
class Backend : public guecs::Backend {
|
|
@ -1,8 +1,8 @@
|
|||
#pragma once
|
||||
#include <SFML/Graphics.hpp>
|
||||
#include "dbc.hpp"
|
||||
#include "sfmlbackend/color.hpp"
|
||||
#include "lel.hpp"
|
||||
#include "guecs/dbc.hpp"
|
||||
#include "guecs/sfml/color.hpp"
|
||||
#include "guecs/lel.hpp"
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <functional>
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
#include "dbc.hpp"
|
||||
#include "lel.hpp"
|
||||
#include "guecs/dbc.hpp"
|
||||
#include "guecs/lel.hpp"
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <functional>
|
||||
|
@ -8,7 +8,7 @@
|
|||
#include <queue>
|
||||
#include <typeindex>
|
||||
#include <unordered_map>
|
||||
#include "sfmlbackend/components.hpp"
|
||||
#include "guecs/sfml/components.hpp"
|
||||
|
||||
namespace guecs {
|
||||
using std::shared_ptr, std::wstring, std::string;
|
Loading…
Add table
Add a link
Reference in a new issue