Files
palladium/include/pd/lithium/pools.hpp
T

12 lines
249 B
C++
Raw Normal View History

2026-09-05 22:52:59 +02:00
#pragma once
#include <pd/core/core.hpp>
#include <pd/lithium/vertex.hpp>
namespace PD {
namespace Li {
PD_API PD::Pool<Vertex>& GetVertexPool();
PD_API PD::Pool<u16>& GetIndexPool();
PD_API void ResetPools();
} // namespace Li
} // namespace PD