mirror of https://github.com/mgba-emu/mgba.git
Scripting: Add missing C++ guard ends
This commit is contained in:
parent
b9f88061ca
commit
8326ecddce
|
@ -54,4 +54,6 @@ void mScriptContextRemoveGlobal(struct mScriptContext*, const char* key);
|
||||||
|
|
||||||
bool mScriptInvoke(const struct mScriptValue* fn, struct mScriptFrame* frame);
|
bool mScriptInvoke(const struct mScriptValue* fn, struct mScriptFrame* frame);
|
||||||
|
|
||||||
|
CXX_GUARD_END
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -589,4 +589,6 @@ bool mScriptPopPointer(struct mScriptList* list, void** out);
|
||||||
bool mScriptCast(const struct mScriptType* type, const struct mScriptValue* input, struct mScriptValue* output);
|
bool mScriptCast(const struct mScriptType* type, const struct mScriptValue* input, struct mScriptValue* output);
|
||||||
bool mScriptCoerceFrame(const struct mScriptTypeTuple* types, struct mScriptList* frame);
|
bool mScriptCoerceFrame(const struct mScriptTypeTuple* types, struct mScriptList* frame);
|
||||||
|
|
||||||
|
CXX_GUARD_END
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue