Files
FC1/CrySystem/LuaDebugger/LuaDbgInterface.h
romkazvo 34d6c5d489 123
2023-08-07 19:29:24 +08:00

10 lines
222 B
C++

#ifndef __LUA_DBG_INTERFACE_H__
#define __LUA_DBG_INTERFACE_H__
#pragma once
class CLUADbg;
bool InvokeDebugger(CLUADbg *pDebugger, const char *pszSourceFile = NULL, int iLine = 0, const char *pszReason = NULL);
#endif