summaryrefslogtreecommitdiff
path: root/thirdparty/misc
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-08-02 15:34:55 -0300
committerJuan Linietsky <reduzio@gmail.com>2017-08-02 15:43:49 -0300
commit5c361485db9cb2c6d9f9fb8906ee283ee220aa00 (patch)
treee9e90e9108605b134b5de46a1c6cf03069e91958 /thirdparty/misc
parentb7d98d4d058388d7eb861abe4aed93c5a9480cf0 (diff)
-Added GLTF scene support (still missing animations and .glb extension)
-Fixed bugs regarding tangent generation in SurfaceTool
Diffstat (limited to 'thirdparty/misc')
-rw-r--r--thirdparty/misc/base64.h5
1 files changed, 2 insertions, 3 deletions
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 */