AtomicWebView.h 75 B

123456789
  1. #pragma once
  2. namespace Atomic
  3. {
  4. int WebMain(int argc, char* argv[]);
  5. }