mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-19 17:22:53 +03:00
Removed eepp/system/base.hpp
--HG-- branch : dev-scenenode
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
#ifndef EE_SYSTEM_BASE
|
||||
#define EE_SYSTEM_BASE
|
||||
|
||||
#include <eepp/core.hpp>
|
||||
|
||||
#include <eepp/math/vector2.hpp>
|
||||
using namespace EE::Math;
|
||||
|
||||
#endif
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef EE_SYSTEMCTIMER_H
|
||||
#define EE_SYSTEMCTIMER_H
|
||||
|
||||
#include <eepp/system/base.hpp>
|
||||
#include <eepp/system/time.hpp>
|
||||
|
||||
namespace EE { namespace System {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef EE_SYSTEMTCONTAINER_HPP
|
||||
#define EE_SYSTEMTCONTAINER_HPP
|
||||
|
||||
#include <eepp/system/base.hpp>
|
||||
#include <list>
|
||||
|
||||
namespace EE { namespace System {
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
#ifndef EE_SYSTEM_FILESYSTEM_HPP
|
||||
#define EE_SYSTEM_FILESYSTEM_HPP
|
||||
|
||||
#include <eepp/system/base.hpp>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <eepp/core.hpp>
|
||||
#include <eepp/system/safedatapointer.hpp>
|
||||
|
||||
namespace EE { namespace System {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#ifndef CINIFILE_H
|
||||
#define CINIFILE_H
|
||||
|
||||
#include <eepp/system/base.hpp>
|
||||
#include <vector>
|
||||
#include <eepp/system/iostream.hpp>
|
||||
|
||||
#define MAX_KEYNAME 128
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#ifndef EE_SYSTEMCIOSTREAM_HPP
|
||||
#define EE_SYSTEMCIOSTREAM_HPP
|
||||
|
||||
#include <eepp/system/base.hpp>
|
||||
#include <eepp/config.hpp>
|
||||
#include <ios>
|
||||
|
||||
namespace EE {
|
||||
typedef std::streamsize ios_size;
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#define EECLOG_H
|
||||
|
||||
#include <list>
|
||||
#include <eepp/system/base.hpp>
|
||||
#include <eepp/system/singleton.hpp>
|
||||
#include <eepp/system/iostreamfile.hpp>
|
||||
#include <eepp/system/mutex.hpp>
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
#define EE_SYSTEM_MD5_HPP
|
||||
|
||||
#include <eepp/system/iostream.hpp>
|
||||
#include <eepp/core.hpp>
|
||||
#include <vector>
|
||||
|
||||
namespace EE { namespace System {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef EE_SYSTEMCOBJECTLOADER
|
||||
#define EE_SYSTEMCOBJECTLOADER
|
||||
|
||||
#include <eepp/system/base.hpp>
|
||||
#include <eepp/core.hpp>
|
||||
#include <eepp/system/thread.hpp>
|
||||
#include <list>
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef EE_SYSTEMCPACK_HPP
|
||||
#define EE_SYSTEMCPACK_HPP
|
||||
|
||||
#include <eepp/system/base.hpp>
|
||||
#include <eepp/system/mutex.hpp>
|
||||
#include <eepp/system/safedatapointer.hpp>
|
||||
#include <eepp/system/iostream.hpp>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef EE_SYSTEMCPAK_HPP
|
||||
#define EE_SYSTEMCPAK_HPP
|
||||
|
||||
#include <eepp/system/base.hpp>
|
||||
#include <eepp/system/pack.hpp>
|
||||
#include <eepp/system/iostreamfile.hpp>
|
||||
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
#ifndef EE_SYSTEMCRC4_H
|
||||
#define EE_SYSTEMCRC4_H
|
||||
|
||||
#include <eepp/system/base.hpp>
|
||||
#include <eepp/config.hpp>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace EE { namespace System {
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef EE_SYSTEMCRESOURCELOADER
|
||||
#define EE_SYSTEMCRESOURCELOADER
|
||||
|
||||
#include <eepp/system/base.hpp>
|
||||
#include <eepp/system/objectloader.hpp>
|
||||
|
||||
namespace EE { namespace System {
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#ifndef EE_SYSTEMTRESOURCEMANAGER_HPP
|
||||
#define EE_SYSTEMTRESOURCEMANAGER_HPP
|
||||
|
||||
#include <eepp/system/base.hpp>
|
||||
#include <eepp/core/string.hpp>
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
||||
namespace EE { namespace System {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef EE_SYSTEM_SYSTEM_HPP
|
||||
#define EE_SYSTEM_SYSTEM_HPP
|
||||
|
||||
#include <eepp/system/base.hpp>
|
||||
#include <string>
|
||||
#include <eepp/system/time.hpp>
|
||||
|
||||
namespace EE { namespace System {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#ifndef EE_SYSTEMCTHREAD_H
|
||||
#define EE_SYSTEMCTHREAD_H
|
||||
|
||||
#include <eepp/system/base.hpp>
|
||||
#include <eepp/core/noncopyable.hpp>
|
||||
#include <cstddef>
|
||||
|
||||
namespace EE { namespace System {
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef EE_SYSTEMCZIP_HPP
|
||||
#define EE_SYSTEMCZIP_HPP
|
||||
|
||||
#include <eepp/system/base.hpp>
|
||||
#include <eepp/system/pack.hpp>
|
||||
|
||||
struct zip;
|
||||
|
||||
@@ -227,7 +227,6 @@
|
||||
../../include/eepp/system/iostreamfile.hpp
|
||||
../../include/eepp/system/iostream.hpp
|
||||
../../include/eepp/system/inifile.hpp
|
||||
../../include/eepp/system/base.hpp
|
||||
../../src/eepp/system/zip.cpp
|
||||
../../src/eepp/system/clock.cpp
|
||||
../../src/eepp/system/thread.cpp
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include <eepp/system/iostreammemory.hpp>
|
||||
#include <cstring>
|
||||
|
||||
namespace EE { namespace System {
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include <eepp/system/platform/posix/threadimpl.hpp>
|
||||
#include <eepp/system/thread.hpp>
|
||||
#include <iostream>
|
||||
#include <eepp/core.hpp>
|
||||
|
||||
namespace EE { namespace System { namespace Platform {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user