|
Rapicorn - Experimental UI Toolkit - Source Code 10.08.1
|
00001 // Licensed GNU LGPL v3 or later: http://www.gnu.org/licenses/lgpl.html 00002 00003 // PLIC builtin type definitions 00004 00005 namespace Plic { 00006 namespace __system_typedefs__ { 00007 // special namespace, containing definitions for the builtin TypeMap 00008 typedef string __builtin__string; 00009 typedef int __builtin__int; 00010 typedef float __builtin__float; 00011 typedef any __builtin__any; 00012 } 00013 }
1.7.4