forked from metin2/client
Solution refactoring and restructuring, removed Boost dependency, removed unused tools
This commit is contained in:
10
src/ScriptLib/StdAfx.cpp
Normal file
10
src/ScriptLib/StdAfx.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
// stdafx.cpp : source file that includes just the standard includes
|
||||
// scriptLib.pch will be the pre-compiled header
|
||||
// stdafx.obj will contain the pre-compiled type information
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
void SetExceptionSender(IPythonExceptionSender * pkExceptionSender)
|
||||
{
|
||||
g_pkExceptionSender = pkExceptionSender;
|
||||
}
|
Reference in New Issue
Block a user