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