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