diff --git a/src/network/include/gridfire/engine/procedures/construction.h b/src/network/include/gridfire/engine/procedures/construction.h new file mode 100644 index 00000000..39859633 --- /dev/null +++ b/src/network/include/gridfire/engine/procedures/construction.h @@ -0,0 +1,8 @@ +// +// Created by Emily Boudreaux on 7/14/25. +// + +#ifndef CONSTRUCTION_H +#define CONSTRUCTION_H + +#endif //CONSTRUCTION_H diff --git a/src/network/include/gridfire/engine/types/reporting.h b/src/network/include/gridfire/engine/types/reporting.h new file mode 100644 index 00000000..238582df --- /dev/null +++ b/src/network/include/gridfire/engine/types/reporting.h @@ -0,0 +1,8 @@ +// +// Created by Emily Boudreaux on 7/14/25. +// + +#ifndef REPORTING_H +#define REPORTING_H + +#endif //REPORTING_H diff --git a/src/network/lib/engine/procedures/construction.cpp b/src/network/lib/engine/procedures/construction.cpp new file mode 100644 index 00000000..93dfc79b --- /dev/null +++ b/src/network/lib/engine/procedures/construction.cpp @@ -0,0 +1,3 @@ +// +// Created by Emily Boudreaux on 7/14/25. +// diff --git a/subprojects/libcomposition.wrap b/subprojects/libcomposition.wrap index 2fe7e9cf..268c9605 100644 --- a/subprojects/libcomposition.wrap +++ b/subprojects/libcomposition.wrap @@ -1,4 +1,4 @@ [wrap-git] url = https://github.com/4D-STAR/libcomposition.git -revision = v1.3.0 +revision = v1.4.0 depth = 1 \ No newline at end of file