Produce debug output only if SMUX_DEBUG is defined
[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 }