Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
imnodes_stub.h
Go to the documentation of this file.
1#pragma once
2
3// Minimal stub for IM Nodes API used by the editor until the real library is added
4namespace imnodes_stub
5{
6 inline void Initialize() {}
7 inline void Shutdown() {}
8 inline void BeginNode(int id) {}
9 inline void EndNode() {}
10}
void BeginNode(int id)
Definition imnodes_stub.h:8
void EndNode()
Definition imnodes_stub.h:9
void Shutdown()
Definition imnodes_stub.h:7
void Initialize()
Definition imnodes_stub.h:6