From 5c361485db9cb2c6d9f9fb8906ee283ee220aa00 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 2 Aug 2017 15:34:55 -0300 Subject: -Added GLTF scene support (still missing animations and .glb extension) -Fixed bugs regarding tangent generation in SurfaceTool --- thirdparty/misc/base64.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'thirdparty') diff --git a/thirdparty/misc/base64.h b/thirdparty/misc/base64.h index 456ef1811b..4c300382c1 100644 --- a/thirdparty/misc/base64.h +++ b/thirdparty/misc/base64.h @@ -11,9 +11,8 @@ extern "C" { -uint32_t base64_encode (char* to, char* from, uint32_t len); -uint32_t base64_decode (char* to, char* from, uint32_t len); - +uint32_t base64_encode(char *to, char *from, uint32_t len); +uint32_t base64_decode(char *to, char *from, uint32_t len); }; #endif /* BASE64_H */ -- cgit v1.2.3