6116b1f3c6
Update API Documentation / build-api-docs (push) Has been cancelled
Add complete FunASR codebase including models, runtime, and documentation.
8 lines
142 B
C++
8 lines
142 B
C++
#ifndef LIMONP_FORCE_PUBLIC_H
|
|
#define LIMONP_FORCE_PUBLIC_H
|
|
|
|
#define private public
|
|
#define protected public
|
|
|
|
#endif // LIMONP_FORCE_PUBLIC_H
|