- swr -> Rubidium - LIFont (TTF Font Renderer) - Implement shbin as c++ array - Larger Mesaage Box - Add Texture Loader - Update Image/Error and other sytems to Lithium - Optimize Render2 for Lithium
27 lines
588 B
C++
27 lines
588 B
C++
#pragma once
|
|
|
|
#include <pd/Allocator.hpp>
|
|
#include <pd/Error.hpp>
|
|
#include <pd/FileSystem.hpp>
|
|
#include <pd/Hid.hpp>
|
|
#include <pd/Image.hpp>
|
|
#include <pd/Installer.hpp>
|
|
#include <pd/LI7.hpp>
|
|
#include <pd/Message.hpp>
|
|
#include <pd/Net.hpp>
|
|
#include <pd/Overlays.hpp>
|
|
#include <pd/Rubidium.hpp>
|
|
#include <pd/Sound.hpp>
|
|
#include <pd/Texture.hpp>
|
|
#include <pd/Timer.hpp>
|
|
#include <pd/UI7.hpp>
|
|
#include <pd/global_db.hpp>
|
|
#include <pd/palladium.hpp>
|
|
|
|
namespace Palladium {
|
|
using Render2 = R2;
|
|
using RB = Rubidium;
|
|
} // namespace Palladium
|
|
|
|
namespace PD = Palladium;
|