#pragma once #include "texture.hpp" #include #include #include struct PhoenixAssets { std::vector textures; }; void PLoadTextureAsset(std::string filePath); PhoenixTexture *PGetTextureById(int id);