electron/browser/api/atom_window.h
2013-04-14 15:36:48 +08:00

15 lines
406 B
C++

// Copyright (c) 2013 GitHub, Inc. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ATOM_BROWSER_API_ATOM_WINDOW_H_
#define ATOM_BROWSER_API_ATOM_WINDOW_H_
#include "vendor/node/src/node.h"
#include "vendor/node/src/node_object_wrap.h"
namespace atom {
} // namespace atom
#endif // ATOM_BROWSER_API_ATOM_WINDOW_H_