#pragma once #include "common.h" #include namespace module { void run(HINSTANCE hinstDLL); void terminate(); } // namespace module