refactor folders

This commit is contained in:
2023-11-11 10:52:35 +01:00
parent 74fb0968c7
commit b6a3a05020
9 changed files with 119 additions and 105 deletions

View File

@@ -1,4 +1,6 @@
#ifndef TYPEDEF_H
#define TYPEDEF_H
typedef uint64_t clfId_t;
namespace pywrap {
typedef uint64_t clfId_t;
}
#endif /* TYPEDEF_H */