1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Move other lone thirdparty files to thirdparty/misc

Also move Box2D ConvexDecomposition contrib code to
thirdparty/b2d_convexdecomp.
This commit is contained in:
Rémi Verschelde
2017-04-28 19:28:21 +02:00
parent c5f830d6b9
commit d4029aa51a
27 changed files with 90 additions and 16 deletions

View File

@@ -32,12 +32,13 @@
#include "OpusVorbisDecoder.hpp"
#include "VPXDecoder.hpp"
#include "../theora/yuv2rgb.h"
#include "mkvparser/mkvparser.h"
#include "global_config.h"
#include "os/file_access.h"
#include "thirdparty/misc/yuv2rgb.h"
#include <string.h>
class MkvReader : public mkvparser::IMkvReader {