Files
cagettepei/src/sugoi/Web.hx
T
2021-08-27 17:54:17 +04:00

12 lines
168 B
Haxe

package sugoi;
/**
* Shortcut to system class
*
* @author fbarbut<francois.barbut@gmail.com>
*/
#if php
typedef Web = php.Web;
#else
typedef Web = neko.Web;
#end