summaryrefslogtreecommitdiffstats
path: root/src/modules/logo/logo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/logo/logo.h')
-rw-r--r--src/modules/logo/logo.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/modules/logo/logo.h b/src/modules/logo/logo.h
new file mode 100644
index 0000000..7f48e2d
--- /dev/null
+++ b/src/modules/logo/logo.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "option.h"
+
+#define FF_LOGO_MODULE_NAME "Logo"
+
+bool ffPrintLogo(FFLogoOptions* options);
+void ffInitLogoOptions(FFLogoOptions* options);
+void ffDestroyLogoOptions(FFLogoOptions* options);
+
+extern FFModuleBaseInfo ffLogoModuleInfo;