GlPortal Class Reference  0.1.1
Source code documentation of the free and open 3D action puzzle game.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OperatingSystem.hpp
Go to the documentation of this file.
1 #ifndef RADIX_OPERATING_SYSTEM_HPP
2 #define RADIX_OPERATING_SYSTEM_HPP
3 
4 namespace radix {
5 
7 
8  public:
9  static bool IsLinux();
10  };
11 
12 } /* namespace radix */
13 
14 #endif /* RADIX_OPERATING_SYSTEM_HPP */
Definition: GameController.hpp:7
Definition: OperatingSystem.hpp:6
static bool IsLinux()
Definition: OperatingSystem.cpp:7