audio_trans/cmake-build-debug/drogon_ctl/cmake.h

10 lines
260 B
C
Raw Normal View History

2025-04-07 11:31:21 +08:00
//this file is generated by program automatically,don't modify it!
#include <drogon/DrTemplate.h>
class cmake:public drogon::DrTemplate<cmake>
{
public:
cmake(){};
virtual ~cmake(){};
virtual std::string genText(const drogon::DrTemplateData &) override;
};