electron/browser/api/atom_api_extensions.h
2013-04-21 11:01:04 +08:00

13 lines
373 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.
// Multiply-included file, no traditional include guard.
// Used by atom_extensions.cc to declare a list of built-in modules of Atom.
NODE_EXT_LIST_START
NODE_EXT_LIST_ITEM(atom_api_window)
NODE_EXT_LIST_END