Rearranging structure

This commit is contained in:
Justin Scofield
2022-06-10 01:09:41 -04:00
parent b065142a8c
commit d8af0138bf
6 changed files with 10 additions and 65 deletions

View File

@@ -0,0 +1 @@
#include "Bitmap.h"

View 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