mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
5 lines
78 B
C
5 lines
78 B
C
#pragma once
|
|
#include "framework.h"
|
|
|
|
void registerLuaFunctions(lua_State* L);
|