sandbox
Loading...
Searching...
No Matches
models.hpp
1// SPDX-License-Identifier: MIT
2#ifndef LIBSBX_MODELS_HPP_
3#define LIBSBX_MODELS_HPP_
4
5#include <libsbx/models/vertex3d.hpp>
6#include <libsbx/models/mesh.hpp>
7
8#include <libsbx/models/models_module.hpp>
9#include <libsbx/models/material_draw_list.hpp>
10#include <libsbx/models/static_mesh_material_subrenderer.hpp>
11#include <libsbx/models/static_mesh_shadow_subrenderer.hpp>
12
13#endif // LIBSBX_MODELS_HPP_