AppController class created to take the necessary app logic into C++.

This commit is contained in:
tamasmeszaros
2018-06-19 17:43:59 +02:00
parent 4328ecc287
commit 5f310e1520
9 changed files with 428 additions and 1 deletions

View File

@@ -268,3 +268,4 @@
$CVar = (PrintObjectStep)SvUV($PerlVar);
%};
};
%typemap{AppController*};