Rearranging structure
This commit is contained in:
1
src/Application/Graphics/Bitmap.cc
Normal file
1
src/Application/Graphics/Bitmap.cc
Normal file
@@ -0,0 +1 @@
|
||||
#include "Bitmap.h"
|
||||
15
src/Application/Graphics/Bitmap.h
Normal file
15
src/Application/Graphics/Bitmap.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef YAZE_APPLICATION_UTILS_BITMAP_H
|
||||
#define YAZE_APPLICATION_UTILS_BITMAP_H
|
||||
|
||||
namespace yaze {
|
||||
namespace Application {
|
||||
namespace Utils {
|
||||
class Bitmap {
|
||||
|
||||
|
||||
};
|
||||
} // namespace Utils
|
||||
} // namespace Application
|
||||
} // namespace yaze
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user