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

10 lines
280 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 test_cmake:public drogon::DrTemplate<test_cmake>
{
public:
test_cmake(){};
virtual ~test_cmake(){};
virtual std::string genText(const drogon::DrTemplateData &) override;
};