Make ctrff usable again
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
#include <ctrff/binutil.hpp>
|
||||
#include <ctrff/types.hpp>
|
||||
#include <palladium>
|
||||
|
||||
namespace ctrff {
|
||||
class CTRFF_API BCSTM {
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
#include <ctrff/binutil.hpp>
|
||||
#include <ctrff/types.hpp>
|
||||
#include <palladium>
|
||||
|
||||
namespace ctrff {
|
||||
class CTRFF_API BCWAV {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <ctrff/types.hpp>
|
||||
#include <palladium>
|
||||
|
||||
namespace ctrff {
|
||||
class BinFile {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <ctrff/types.hpp>
|
||||
#include <palladium>
|
||||
|
||||
namespace ctrff {
|
||||
CTRFF_API void String2U16(ctrff::u16 *res, const std::string &src, size_t max);
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <ctrff/types.hpp>
|
||||
#include <palladium>
|
||||
|
||||
namespace ctrff {
|
||||
namespace LZ11 {
|
||||
|
||||
@@ -24,7 +24,6 @@ struct CTRFF_API SMDH {
|
||||
}
|
||||
~SMDH() = default;
|
||||
static SMDH Default();
|
||||
PD_SHARED(SMDH);
|
||||
|
||||
enum Language {
|
||||
Language_Japanese,
|
||||
|
||||
@@ -50,6 +50,14 @@ SOFTWARE.
|
||||
#endif
|
||||
|
||||
#include <cstddef>
|
||||
#include <format>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace ctrff {
|
||||
using u8 = unsigned char;
|
||||
|
||||
Reference in New Issue
Block a user