le2d v0.4.3
2D game engine framework
 
Loading...
Searching...
No Matches
asset.hpp
Go to the documentation of this file.
1#pragma once
2#include <klib/base_types.hpp>
3
4namespace le {
8class IAsset : public klib::Polymorphic {};
9} // namespace le
Interface for asset types.
Definition asset.hpp:8
Definition animation.hpp:8