diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 15:47:28 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 15:47:28 +0100 |
commit | e1c1d7d1d7d9b3f3f64c9887107f55a22f5d0a31 (patch) | |
tree | 21fd6bc7cd7824ba2ee55a4ed9fd65977f3c1fe2 /modules/theora | |
parent | 481e511082fbe746a9436d2a79d42c62ba2b039a (diff) |
Add a bunch of missing Godot headers in own files
Diffstat (limited to 'modules/theora')
-rw-r--r-- | modules/theora/yuv2rgb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/theora/yuv2rgb.h b/modules/theora/yuv2rgb.h index 3b81607a65..a9bef76da8 100644 --- a/modules/theora/yuv2rgb.h +++ b/modules/theora/yuv2rgb.h @@ -1,3 +1,6 @@ +/* Thirdparty code presumably from http://wss.co.uk/pinknoise/yuv2rgb/ */ +/* FIXME: Move to thirdparty dir */ + #ifndef YUV2RGB_H #define YUV2RGB_H |