2013-04-14 15:36:48 +08:00
|
|
|
// 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.
|
|
|
|
|
|
|
|
// Used by atom_extensions.cc to declare a list of built-in modules of Atom.
|
|
|
|
|
|
|
|
NODE_EXT_LIST_START
|
|
|
|
|
2013-04-15 23:01:12 +08:00
|
|
|
NODE_EXT_LIST_ITEM(atom_api_window)
|
2013-04-14 15:36:48 +08:00
|
|
|
|
|
|
|
NODE_EXT_LIST_END
|