COMMON: Move cosine/sine tables out of header files

Access is now restricted to using the getSineTable()/getCosineTable() helper functions.
This commit is contained in:
Matthew Hoops 2011-07-19 00:41:21 -04:00
parent 54f25aa843
commit 6334ec413f
9 changed files with 16566 additions and 16527 deletions

View file

@ -26,6 +26,7 @@
// Copyright (c) 2010 Alex Converse <alex.converse@gmail.com>
// Copyright (c) 2010 Vitor Sessak
#include "common/cosinetables.h"
#include "common/dct.h"
namespace Common {