Supported Formats: A4, A8, L4, L8, RGB565, RGB888 RGBA8888 (for now) Add a .clang-format Move ctrff into a subdirectory Replace the BCLIM creation part with Pica encoder Fix non const RGB565ToRGBA issue
10 lines
227 B
C++
10 lines
227 B
C++
#pragma once
|
|
|
|
#include <ctrff/3dsx.hpp>
|
|
#include <ctrff/bclim.hpp>
|
|
#include <ctrff/bcstm.hpp>
|
|
#include <ctrff/bcwav.hpp>
|
|
#include <ctrff/binutil.hpp>
|
|
#include <ctrff/lz11.hpp>
|
|
#include <ctrff/pica.hpp>
|
|
#include <ctrff/smdh.hpp> |