mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 06:00:12 +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
|