Older/Server/Live2dBackend.h
root 7185247c12
All checks were successful
Deploy / PullDocker (push) Successful in 5s
Deploy / Build (push) Successful in 1m50s
add api for live2d.
2024-10-23 11:53:51 +00:00

9 lines
141 B
C++

#ifndef __LIVE2DBACKEND_H__
#define __LIVE2DBACKEND_H__
class Live2dBackend {
public:
Live2dBackend();
};
#endif // __LIVE2DBACKEND_H__