(FEA) Featured for Location_Literalisation, Status_Literalisation etc.

This commit is contained in:
William
2024-06-06 02:22:54 +08:00
parent df073877cc
commit 54042cf2cf
28 changed files with 744 additions and 358 deletions

8
interface.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef COMPOUND_INTERFACE_H
# define COMPOUND_INTERFACE_H
typedef struct {
}
#endif /* COMPOUND_INTERFACE_H */