Core-Module.h 113 B

12345
  1. #if defined(__has_include)
  2. # if __has_include(<GGLCore/GGLCore.h>)
  3. # include <GGLCore/GGLCore.h>
  4. # endif
  5. #endif