Verified Commit c44468fb authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Rename types-private.h to types_private.h

parent 2011bf4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);

+1 −1
Original line number Diff line number Diff line
@@ -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                                 */
+0 −0

File moved.