mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 13:36:14 +03:00
8 lines
168 B
C++
8 lines
168 B
C++
|
|
#ifndef MULTI_DOF_DEMO_H
|
|
#define MULTI_DOF_DEMO_H
|
|
|
|
class CommonExampleInterface* MultiDofCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //MULTI_DOF_DEMO_H
|