2
0

awesomium_includes.h 504 B

123456789101112131415161718192021
  1. /**
  2. * PANDA 3D SOFTWARE
  3. * Copyright (c) Carnegie Mellon University. All rights reserved.
  4. *
  5. * All use of this software is subject to the terms of the revised BSD
  6. * license. You should have received a copy of this license along
  7. * with this source code in a file named "LICENSE."
  8. *
  9. * @file awesomium_includes.h
  10. * @author rurbino
  11. * @date 2010-10-08
  12. */
  13. #ifndef _AWESOMIUM_INCLUDES_H_
  14. #define _AWESOMIUM_INCLUDES_H_
  15. #include <WebCore.h>
  16. #include <WebView.h>
  17. #include <WebViewListener.h>
  18. #endif