node_main.h 320 B

1234567891011121314
  1. // Copyright (c) 2015 GitHub, Inc.
  2. // Use of this source code is governed by the MIT license that can be
  3. // found in the LICENSE file.
  4. #ifndef SHELL_APP_NODE_MAIN_H_
  5. #define SHELL_APP_NODE_MAIN_H_
  6. namespace electron {
  7. int NodeMain(int argc, char* argv[]);
  8. } // namespace electron
  9. #endif // SHELL_APP_NODE_MAIN_H_