AtomicWebView.h 160 B

12345678910
  1. #pragma once
  2. namespace Atomic
  3. {
  4. /// WebMain is called when starting up a AtomicWebView enabled process or subprocess
  5. int WebMain(int argc, char* argv[]);
  6. }