/doc/Cocktail.hx

http://github.com/silexlabs/Cocktail · Haxe · 45 lines · 15 code · 6 blank · 24 comment · 0 complexity · 90a79530fae7a136f75c01f6fc956eb9 MD5 · raw file

  1. /*
  2. <<<<<<< HEAD
  3. This file is part of Silex - see http://projects.silexlabs.org/?/silex
  4. Silex is Š 2010-2011 Silex Labs and is released under the GPL License:
  5. 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.
  6. 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.
  7. To read the license please visit http://www.gnu.org/copyleft/gpl.html
  8. =======
  9. * Cocktail, HTML rendering engine
  10. * http://haxe.org/com/libs/cocktail
  11. *
  12. * Copyright (c) Silex Labs
  13. * Cocktail is available under the MIT license
  14. * http://www.silexlabs.org/labs/cocktail-licensing/
  15. >>>>>>> 56a95fa34cb013c2c632910e3904c4fc53bd0245
  16. */
  17. package ;
  18. import cocktail.domElement.DOMElement;
  19. import cocktail.classInstance.ClassInstance;
  20. import cocktail.mouse.Mouse;
  21. import cocktail.mouse.MouseCursorManager;
  22. import cocktail.keyboard.Keyboard;
  23. import cocktail.nativeElement.NativeElementManager;
  24. import cocktail.resource.ResourceLoaderManager;
  25. import cocktail.nativeInstance.NativeInstanceManager;
  26. /**
  27. * This class is used to import all of the classes that must
  28. * appear in thr doc
  29. */
  30. class Cocktail
  31. {
  32. public static function main()
  33. {
  34. }
  35. }