/
redgpu
/
bullet
Обзор
Документация
Войти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.83.6
examples/SharedMemory/RobotControlExample.h
6 строк
203 B
erwin coumans
mix physics client/server into a single example for easier/faster development of shared memory experiment
15 июл 2015, 22:57
15 июл 2015, 22:57
259bcb1
Код
Авторство
О чём код?
#ifndef ROBOT_CONTROL_EXAMPLE_H #define ROBOT_CONTROL_EXAMPLE_H class CommonExampleInterface* RobotControlExampleCreateFunc(struct CommonExampleOptions& options); #endif //ROBOT_CONTROL_EXAMPLE_H