]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/configuration/sgconfig-ng/creator.cpp
Rename 'new tariff' to 'next tariff' and remove conversion std::string to char* in...
[stg.git] / projects / stargazer / plugins / configuration / sgconfig-ng / creator.cpp
1 #include "stg/plugin_creator.h"
2 #include "stgconfig.h"
3
4 PLUGIN_CREATOR<STGCONFIG2> stgc;
5
6 BASE_PLUGIN * GetPlugin()
7 {
8 return stgc.GetPlugin();
9 }