mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 10:02:30 +00:00
fix(file): change include location for System_File objects
This commit is contained in:
parent
4f8d6e2016
commit
6bc45c9d02
12 changed files with 17 additions and 17 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#include "bc/file/File.hpp"
|
#include "bc/file/File.hpp"
|
||||||
#include "bc/file/Filesystem.hpp"
|
#include "bc/file/Filesystem.hpp"
|
||||||
#include "bc/file/system/Stacked.hpp"
|
#include "bc/system/file/Stacked.hpp"
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cinttypes>
|
#include <cinttypes>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
#include "bc/Time.hpp"
|
#include "bc/Time.hpp"
|
||||||
#include "bc/file/Defines.hpp"
|
#include "bc/file/Defines.hpp"
|
||||||
#include "bc/file/Types.hpp"
|
#include "bc/file/Types.hpp"
|
||||||
#include "bc/file/system/System_File.hpp"
|
#include "bc/system/file/System_File.hpp"
|
||||||
|
|
||||||
namespace Blizzard {
|
namespace Blizzard {
|
||||||
namespace File {
|
namespace File {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef BC_FILE_FILESYSTEM_HPP
|
#ifndef BC_FILE_FILESYSTEM_HPP
|
||||||
#define BC_FILE_FILESYSTEM_HPP
|
#define BC_FILE_FILESYSTEM_HPP
|
||||||
|
|
||||||
#include "bc/file/system/Types.hpp"
|
#include "bc/system/file/Types.hpp"
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
namespace Blizzard {
|
namespace Blizzard {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef BC_FILE_TYPES_HPP
|
#ifndef BC_FILE_TYPES_HPP
|
||||||
#define BC_FILE_TYPES_HPP
|
#define BC_FILE_TYPES_HPP
|
||||||
|
|
||||||
#include "bc/file/system/Defines.hpp"
|
#include "bc/system/file/Defines.hpp"
|
||||||
#include "bc/time/Time.hpp"
|
#include "bc/time/Time.hpp"
|
||||||
|
|
||||||
#if defined(WHOA_SYSTEM_WIN)
|
#if defined(WHOA_SYSTEM_WIN)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
#include "bc/file/Filesystem.hpp"
|
#include "bc/file/Filesystem.hpp"
|
||||||
#include "bc/file/system/System_File.hpp"
|
#include "bc/system/file/System_File.hpp"
|
||||||
#include "bc/file/system/Stacked.hpp"
|
#include "bc/system/file/Stacked.hpp"
|
||||||
#include "bc/String.hpp"
|
#include "bc/String.hpp"
|
||||||
#include "bc/Memory.hpp"
|
#include "bc/Memory.hpp"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
#include "bc/file/Types.hpp"
|
#include "bc/file/Types.hpp"
|
||||||
#include "bc/file/Filesystem.hpp"
|
#include "bc/file/Filesystem.hpp"
|
||||||
#include "bc/file/File.hpp"
|
#include "bc/file/File.hpp"
|
||||||
#include "bc/file/system/System_File.hpp"
|
#include "bc/system/file/System_File.hpp"
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,11 @@
|
||||||
#define BC_FILE_SYSTEM_SYSTEM_FILE_HPP
|
#define BC_FILE_SYSTEM_SYSTEM_FILE_HPP
|
||||||
|
|
||||||
#include "bc/Debug.hpp"
|
#include "bc/Debug.hpp"
|
||||||
#include "bc/file/system/Types.hpp"
|
#include "bc/system/file/Types.hpp"
|
||||||
#include "bc/file/Filesystem.hpp"
|
#include "bc/file/Filesystem.hpp"
|
||||||
|
|
||||||
#if defined(WHOA_SYSTEM_WIN)
|
#if defined(WHOA_SYSTEM_WIN)
|
||||||
#include "bc/file/system/win/Support.hpp"
|
#include "bc/system/file/win/Support.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#include "bc/file/system/Stacked.hpp"
|
#include "bc/system/file/Stacked.hpp"
|
||||||
#include "bc/file/Path.hpp"
|
#include "bc/file/Path.hpp"
|
||||||
#include "bc/Debug.hpp"
|
#include "bc/Debug.hpp"
|
||||||
#include "bc/Memory.hpp"
|
#include "bc/Memory.hpp"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#include "bc/file/system/System_File.hpp"
|
#include "bc/system/file/System_File.hpp"
|
||||||
#include "bc/file/system/Stacked.hpp"
|
#include "bc/system/file/Stacked.hpp"
|
||||||
#include "bc/file/Path.hpp"
|
#include "bc/file/Path.hpp"
|
||||||
#include "bc/String.hpp"
|
#include "bc/String.hpp"
|
||||||
#include "bc/Debug.hpp"
|
#include "bc/Debug.hpp"
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
#include "bc/file/Defines.hpp"
|
#include "bc/file/Defines.hpp"
|
||||||
#include "bc/file/File.hpp"
|
#include "bc/file/File.hpp"
|
||||||
#include "bc/file/Path.hpp"
|
#include "bc/file/Path.hpp"
|
||||||
#include "bc/file/system/Stacked.hpp"
|
#include "bc/system/file/Stacked.hpp"
|
||||||
#include "bc/file/system/win/WinFile.hpp"
|
#include "bc/system/file/win/WinFile.hpp"
|
||||||
#include "bc/Debug.hpp"
|
#include "bc/Debug.hpp"
|
||||||
#include "bc/Memory.hpp"
|
#include "bc/Memory.hpp"
|
||||||
#include "bc/String.hpp"
|
#include "bc/String.hpp"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#include "bc/file/system/System_File.hpp"
|
#include "bc/system/file/System_File.hpp"
|
||||||
#include "bc/file/system/Stacked.hpp"
|
#include "bc/system/file/Stacked.hpp"
|
||||||
#include "bc/file/File.hpp"
|
#include "bc/file/File.hpp"
|
||||||
#include "bc/file/Defines.hpp"
|
#include "bc/file/Defines.hpp"
|
||||||
#include "bc/Debug.hpp"
|
#include "bc/Debug.hpp"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#include "bc/file/Defines.hpp"
|
#include "bc/file/Defines.hpp"
|
||||||
#include "bc/file/system/win/Utils.hpp"
|
#include "bc/system/file/win/Utils.hpp"
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue