This commit is contained in:
Asger Geel Weirsøe
2025-11-30 21:08:42 +01:00
parent 8c08e33ba0
commit 382b5a489e
42 changed files with 2192 additions and 0 deletions

8
include/ahfail/module.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include "gtklock-module.h"
extern const char module_name[];
extern const guint module_major_version;
extern const guint module_minor_version;
extern GOptionEntry module_entries[];