/doc/Cocktail.hx
http://github.com/silexlabs/Cocktail · Haxe · 45 lines · 15 code · 6 blank · 24 comment · 0 complexity · 90a79530fae7a136f75c01f6fc956eb9 MD5 · raw file
- /*
- <<<<<<< HEAD
- This file is part of Silex - see http://projects.silexlabs.org/?/silex
- Silex is  2010-2011 Silex Labs and is released under the GPL License:
- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
- This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- To read the license please visit http://www.gnu.org/copyleft/gpl.html
- =======
- * Cocktail, HTML rendering engine
- * http://haxe.org/com/libs/cocktail
- *
- * Copyright (c) Silex Labs
- * Cocktail is available under the MIT license
- * http://www.silexlabs.org/labs/cocktail-licensing/
- >>>>>>> 56a95fa34cb013c2c632910e3904c4fc53bd0245
- */
- package ;
- import cocktail.domElement.DOMElement;
- import cocktail.classInstance.ClassInstance;
- import cocktail.mouse.Mouse;
- import cocktail.mouse.MouseCursorManager;
- import cocktail.keyboard.Keyboard;
- import cocktail.nativeElement.NativeElementManager;
- import cocktail.resource.ResourceLoaderManager;
- import cocktail.nativeInstance.NativeInstanceManager;
- /**
- * This class is used to import all of the classes that must
- * appear in thr doc
- */
- class Cocktail
- {
-
- public static function main()
- {
-
- }
-
- }