electron/shell/app/node_main.h

15 lines
312 B
C
Raw Normal View History

// Copyright (c) 2015 GitHub, Inc.
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
2019-06-19 20:56:58 +00:00
#ifndef SHELL_APP_NODE_MAIN_H_
#define SHELL_APP_NODE_MAIN_H_
namespace atom {
2018-04-18 01:44:10 +00:00
int NodeMain(int argc, char* argv[]);
} // namespace atom
2019-06-19 20:56:58 +00:00
#endif // SHELL_APP_NODE_MAIN_H_