mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-05 15:21:06 +00:00
9 lines
178 B
C++
9 lines
178 B
C++
#ifndef IMPORT_SDF_SETUP_H
|
|
#define IMPORT_SDF_SETUP_H
|
|
|
|
|
|
class CommonExampleInterface* ImportSDFCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
|
|
#endif //IMPORT_SDF_SETUP_H
|