Moved headers to a subdirectory.

This commit is contained in:
2026-08-13 19:45:11 +03:00
parent 61301a8862
commit 07844f1f79
5 changed files with 3 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef SCUFCONT_H_
#define SCUFCONT_H_
typedef enum {
SCUFCONT_SUCCESS,
SCUFCONT_OUT_OF_MEMORY
} ScufContResult;
extern const char* SCUFCONT_VERSION;
#endif // SCUFCONT_H_