diff --git a/INIT/CasioRAM.mem b/INIT/CasioRAM.mem index 8424998..aab1982 100644 Binary files a/INIT/CasioRAM.mem and b/INIT/CasioRAM.mem differ diff --git a/src/FxEngine/texture.cpp b/src/FxEngine/texture.cpp new file mode 100644 index 0000000..684185f --- /dev/null +++ b/src/FxEngine/texture.cpp @@ -0,0 +1 @@ +#include "texture.h" \ No newline at end of file diff --git a/src/FxEngine/texture.h b/src/FxEngine/texture.h new file mode 100644 index 0000000..0cd5e58 --- /dev/null +++ b/src/FxEngine/texture.h @@ -0,0 +1,4 @@ +#ifndef FE_TEXTURE_H +#define FE_TEXTURE_H + +#endif \ No newline at end of file