TazGraph Project
v0.1.0
Loading...
Searching...
No Matches
TazGraph
Src
AssetManager
PythonEngineCommands.h
1
#pragma once
2
3
#include <src/GECS/Core/GECSManager.h>
4
5
#include "AssetManager.h"
6
7
class
PythonEngineCommands
8
{
9
public
:
10
PythonEngineCommands
();
11
12
13
void
init(
Manager
& manager);
14
void
init_api(py::module_& m,
Manager
& manager);
15
};
16
Manager
Definition
GECSManager.h:20
PythonEngineCommands
Definition
PythonEngineCommands.h:8
Generated by
1.9.8