Polyphase Game Engine
Loading...
Searching...
No Matches
Easing_Lua.h
Go to the documentation of this file.
1#pragma once
2
3#include "EngineTypes.h"
4
5#if LUA_ENABLED
6
7#define EASING_LUA_NAME "Easing"
8
9struct Easing_Lua
10{
11 static void Bind();
12};
13
14#endif