8 lines
174 B
C++
8 lines
174 B
C++
#ifndef __JABYENGINE_COMPLEX_BITMAP_HPP__
|
|
#define __JABYENGINE_COMPLEX_BITMAP_HPP__
|
|
#include "bits.hpp"
|
|
|
|
namespace JabyEngine {
|
|
}
|
|
|
|
#endif //!__JABYENGINE_COMPLEX_BITMAP_HPP__
|