/
redgpu
/
bullet
Обзор
Документация
Войти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.87
examples/Utils/b3ResourcePath.h
13 строк
339 B
Erwin Coumans
more fixes in pybullet_gym envs/data.
28 авг 2017, 05:34
28 авг 2017, 05:34
1569f38
Код
Авторство
О чём код?
#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); static void setAdditionalSearchPath(const char* path); }; #endif