pluginconfig.h 359 B

12345678910111213
  1. #include "PluginConfigApi.h"
  2. using namespace PluginConfig;
  3. extern "C" __declspec(dllexport) LPCWSTR GetPluginName(void)
  4. {
  5. return L"TLAC";
  6. }
  7. extern "C" __declspec(dllexport) LPCWSTR GetPluginDescription(void)
  8. {
  9. return L"Provides keyboard/mouse/controller input, player data management, bug fixes for running on more PCs, etc.\nThis plugin is required.";
  10. }