mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
10 lines
398 B
C++
10 lines
398 B
C++
//Add custom implementations of stubbed functions here; this file won't be rewritten when re-generating stubs.
|
|
|
|
#ifndef STUB_PythonScriptFactory_PythonScriptFactory
|
|
#define STUB_PythonScriptFactory_PythonScriptFactory
|
|
template <typename T>
|
|
PythonScriptFactory<T>::PythonScriptFactory(const std::string & package, const std::string & type)
|
|
{
|
|
|
|
}
|
|
#endif //STUB_PythonScriptFactory_PythonScriptFactory
|