blob: 1cd06c19a732b00a50b3ce033b8bba11c71c9093 [file] [log] [blame]
/********************************************************************************
* Copyright (c) 2020 Equo
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Guillermo Zunino, Equo - initial implementation
********************************************************************************/
#ifndef SWT_CHROMIUM_H_INCLUDED
#define SWT_CHROMIUM_H_INCLUDED
#include <string.h>
#include <include/capi/cef_app_capi.h>
#include <include/capi/cef_client_capi.h>
#include "chromiumbridge.h"
#endif /* SWT_CHROMIUM_H_INCLUDED */