Use new IO Port related types and further improvements of readability #1
|
@ -1,8 +0,0 @@
|
|||
#ifndef __JABYENGINE_COMPLEX_BITMAP_HPP__
|
||||
#define __JABYENGINE_COMPLEX_BITMAP_HPP__
|
||||
#include "bits.hpp"
|
||||
|
||||
namespace JabyEngine {
|
||||
}
|
||||
|
||||
#endif //!__JABYENGINE_COMPLEX_BITMAP_HPP__
|
|
@ -1,6 +1,5 @@
|
|||
#ifndef __JABYENGINE_FILE_TYPES_HPP__
|
||||
#define __JABYENGINE_FILE_TYPES_HPP__
|
||||
#include "../Auxiliary/complex_bitmap.hpp"
|
||||
#include "../jabyengine_defines.h"
|
||||
|
||||
namespace JabyEngine {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef __JABYENGINE_GPU_TYPES_HPP__
|
||||
#define __JABYENGINE_GPU_TYPES_HPP__
|
||||
#include "../jabyengine_defines.h"
|
||||
#include "../Auxiliary/complex_bitmap.hpp"
|
||||
|
||||
namespace JabyEngine {
|
||||
namespace GPU {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef __JABYENGINE_IOPORT_HPP__
|
||||
#define __JABYENGINE_IOPORT_HPP__
|
||||
#include "../../Auxiliary/complex_bitmap.hpp"
|
||||
#include "../../Auxiliary/types.hpp"
|
||||
#include "../../Auxiliary/bits.hpp"
|
||||
|
||||
namespace JabyEngine {
|
||||
namespace IOPort {
|
||||
|
|
Loading…
Reference in New Issue