mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-27 00:26:50 +00:00
7 lines
80 B
OpenEdge ABL
7 lines
80 B
OpenEdge ABL
|
#ifdef __cplusplus
|
||
|
%include <std_complex.i>
|
||
|
#else
|
||
|
%include <ccomplex.i>
|
||
|
#endif
|
||
|
|