| 123456789101112131415161718192021 |
- /**
- * PANDA 3D SOFTWARE
- * Copyright (c) Carnegie Mellon University. All rights reserved.
- *
- * All use of this software is subject to the terms of the revised BSD
- * license. You should have received a copy of this license along
- * with this source code in a file named "LICENSE."
- *
- * @file awesomium_includes.h
- * @author rurbino
- * @date 2010-10-08
- */
- #ifndef _AWESOMIUM_INCLUDES_H_
- #define _AWESOMIUM_INCLUDES_H_
- #include <WebCore.h>
- #include <WebView.h>
- #include <WebViewListener.h>
- #endif
|