From 0150234f07c9999a405f53ab4666984e17d27e0e Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Sun, 5 Sep 2021 00:12:39 +0100 Subject: Some refactoring --- libs/json.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs') diff --git a/libs/json.h b/libs/json.h index 7c3cf05..86cf7bf 100644 --- a/libs/json.h +++ b/libs/json.h @@ -1,6 +1,10 @@ #pragma once #include #include "../include/video.h" +#define TITLE 100 +#define AUTHOR 120 +#define VIDEOID 11 +#define DURATION 8 #define MAXLENGTH 256 json_object* jsonParseString(char* stringedJSON); -- cgit v1.2.3