38#ifndef H_OGF_SKIN_IMGUI_COMMON_COMMON_H 
   39#define H_OGF_SKIN_IMGUI_COMMON_COMMON_H 
   42#ifdef skin_imgui_EXPORTS 
   43#   define SKIN_IMGUI_API OGF_EXPORT 
   45#   define SKIN_IMGUI_API OGF_IMPORT 
   62#ifdef GEO_COMPILER_MSVC 
   63# pragma warning(disable: 4127) 
   68#ifdef GEO_COMPILER_GCC 
   69# pragma GCC diagnostic ignored "-Wsign-conversion" 
   70# pragma GCC diagnostic ignored "-Wconversion" 
   79    static class SKIN_IMGUI_API skin_imgui_libinit {
 
   82        ~skin_imgui_libinit();
 
   84        static void increment_users();
 
   85        static void decrement_users();
 
   91    } skin_imgui_libinit_instance;
 
Common include file, providing basic definitions. Should be included before anything else by all head...
 
void initialize()
Initializes the command line framework.
 
void terminate()
Cleans up the command line framework.
 
Global Graphite namespace.
 
Definitions common to all include files in the basic library.