17#ifndef ENGINE_BASE_GOBJECT_H_
18#define ENGINE_BASE_GOBJECT_H_
22#include "stb/stb_image.h"
28static std::string gGetEngineDir() {
29 return "C:/dev/glist/glistengine/engine/";
130 void logi(std::string message);
138 void logd(std::string message);
146 void logw(std::string message);
155 void loge(std::string message);
163 void logi(std::string tag, std::string message);
171 void logd(std::string tag, std::string message);
179 void logw(std::string tag, std::string message);
188 void loge(std::string tag, std::string message);
197 static std::string exepath;
198 static std::string assetsdir;
199 static bool initializedpaths;
201 static void initPaths();
void logi(std::string message)
static const int LOGLEVEL_DEBUG
Definition gObject.h:35
static std::string gGetFilesDir()
void logd(std::string tag, std::string message)
static std::string gGetVideosDir()
static std::string gGetAppDir()
static std::string gGetModelsDir()
static const int LOGLEVEL_WARNING
Definition gObject.h:35
static const int LOGLEVEL_ERROR
Definition gObject.h:35
static std::string gGetDatabasesDir()
static const int LOGLEVEL_INFO
Definition gObject.h:35
void logi(std::string tag, std::string message)
void loge(std::string message)
static std::string gGetTexturesDir()
static std::string gGetSoundsDir()
static std::string gGetAssetsDir()
static int releasescaling
Definition gObject.h:195
static void gSetAssetsDir(std::string assetsDir)
static std::string gGetShadersDir()
static const int LOGLEVEL_SILENT
Definition gObject.h:35
void logd(std::string message)
static int releaseresolution
Definition gObject.h:195
void loge(std::string tag, std::string message)
static std::string gGetFontsDir()
static int renderpassno
Definition gObject.h:194
static void setCurrentResolution(int scalingNo, int currentResolutionNo)
void logw(std::string tag, std::string message)
static int renderpassnum
Definition gObject.h:194
static std::string gGetImagesDir()
void logw(std::string message)