init.h 56 B

12345
  1. #pragma once
  2. namespace NXml {
  3. void InitEngine();
  4. }