Loading src/lib/types.c +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ #include <string.h> // #include <logger/logger.hpp> #include "scord/types.h" #include "types-private.h" #include "types_private.h" #define LOGGER_ERROR(msg) fprintf(stderr, "%s\n", msg); Loading src/lib/types.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ #include <optional> #include "scord/types.hpp" #include "scord/types.h" #include "types-private.h" #include "types_private.h" /******************************************************************************/ /* C++ Type definitions and related functions */ Loading src/lib/types-private.h→src/lib/types_private.h +0 −0 File moved. View file Loading
src/lib/types.c +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ #include <string.h> // #include <logger/logger.hpp> #include "scord/types.h" #include "types-private.h" #include "types_private.h" #define LOGGER_ERROR(msg) fprintf(stderr, "%s\n", msg); Loading
src/lib/types.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ #include <optional> #include "scord/types.hpp" #include "scord/types.h" #include "types-private.h" #include "types_private.h" /******************************************************************************/ /* C++ Type definitions and related functions */ Loading