CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CYBWin32Syscalls.hpp
Go to the documentation of this file.
1 #pragma once
3 
4 namespace CYB {
5  namespace Platform {
6  namespace System {
7  namespace Implementation {
9  class Sys {
10  public:
12  enum CallNumber : long long {
14  LOAD_LIBRARY = -2,
15  LOAD_SYMBOL = -3,
18  };
19  };
20  };
21  };
22  };
23 };