forked from cztomczak/cefpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathutil_mac.h
More file actions
14 lines (10 loc) · 384 Bytes
/
util_mac.h
File metadata and controls
14 lines (10 loc) · 384 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) 2013 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.
#ifndef CEFPYTHON_UTIL_MAC_H_
#define CEFPYTHON_UTIL_MAC_H_
#include <string>
#include "include/cef_base.h"
#include "include/cef_app.h"
void MacInitialize();
#endif // CEFPYTHON_UTIL_MAC_H_