Older/Server/Live2dBackend.h

9 lines
141 B
C
Raw Normal View History

2024-10-23 19:53:51 +08:00
#ifndef __LIVE2DBACKEND_H__
#define __LIVE2DBACKEND_H__
class Live2dBackend {
public:
Live2dBackend();
};
#endif // __LIVE2DBACKEND_H__