From 35d488e972a9dd75ce3867c000405f128b79c615 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sun, 15 Jan 2023 12:14:05 +0000 Subject: reorganise things a bit to align further with the actual names/structure --- unsorted/StaticParserGlue.c | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 unsorted/StaticParserGlue.c (limited to 'unsorted/StaticParserGlue.c') diff --git a/unsorted/StaticParserGlue.c b/unsorted/StaticParserGlue.c deleted file mode 100644 index 7a44487..0000000 --- a/unsorted/StaticParserGlue.c +++ /dev/null @@ -1,29 +0,0 @@ -#include "parser.h" -#include "cmdline.h" - -static BasePluginCallbacks cb = { - parser_main, - CWParser_GetDropInFlags, - CWParser_GetDisplayName, - CWParser_GetDropInName, - CWParser_GetPanelList, - NULL, - NULL, - CWParser_GetVersionInfo, - NULL -}; - -static ParserPluginCallbacks pr_cb = { - Parser_SupportsPlugin, - Parser_SupportsPanels -}; - -int RegisterStaticParserPlugins(void) { - return RegisterStaticParserPlugin(&cb, &pr_cb); -} - -#include "ParserErrors.r" - -int RegisterStaticParserResources(void) { - return RegisterResource("Parser Strings", 12010, STR12010); -} -- cgit v1.2.3