mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-23 14:46:53 +00:00
13 lines
274 B
Plaintext
13 lines
274 B
Plaintext
|
|
||
|
/* ------------------------------------------------------------
|
||
|
* The start of the PHP initialization function
|
||
|
* ------------------------------------------------------------ */
|
||
|
|
||
|
%insert(init) "swiginit.swg"
|
||
|
|
||
|
%init %{
|
||
|
SWIG_php_minit {
|
||
|
SWIG_InitializeModule(0);
|
||
|
%}
|
||
|
|