![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
#include "galaxy/resource/Cache.hpp"#include "galaxy/resource/Loader.hpp"#include "galaxy/scripting/Script.hpp"
Include dependency graph for Scripts.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | galaxy |
| Animated.cpp galaxy. | |
| namespace | galaxy::resource |
Typedefs | |
| using | galaxy::resource::Scripts = Cache<lua::Script, Loader<lua::Script>> |
| Abbreviation for lua scripts cache. | |