/
redgpu
/
bullet
Обзор
Документация
Войти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.85
examples/Utils/b3ResourcePath.h
12 строк
283 B
Erwin Coumans (Google)
fix various warning
04 июл 2015, 04:17
04 июл 2015, 04:17
8517e85
Код
Авторство
О чём код?
#ifndef _B3_RESOURCE_PATH_H #define _B3_RESOURCE_PATH_H #include <string> class b3ResourcePath { public: static int getExePath(char* path, int maxPathLenInBytes); static int findResourcePath(const char* sourceName, char* resourcePath, int maxResourcePathLenInBytes); }; #endif