2009-07-24 21:11:01 +02:00
|
|
|
// Copyright (c) 2008 The Chromium Embedded Framework Authors. All rights
|
|
|
|
// reserved. Use of this source code is governed by a BSD-style license that
|
|
|
|
// can be found in the LICENSE file.
|
|
|
|
|
2008-12-02 16:48:14 +01:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "resource.h"
|
2009-10-02 19:59:38 +02:00
|
|
|
#include "include/cef.h"
|
2009-08-21 21:43:37 +02:00
|
|
|
|
|
|
|
// Return the main browser window instance.
|
|
|
|
CefRefPtr<CefBrowser> AppGetBrowser();
|
|
|
|
|
|
|
|
// Return the main application window handle.
|
|
|
|
HWND AppGetMainHwnd();
|