Reorg header files.

This commit is contained in:
castano
2008-07-05 09:10:45 +00:00
parent 7394644719
commit c70e5d6121
11 changed files with 49 additions and 45 deletions

View File

@ -39,7 +39,7 @@ namespace nv
bool isSupported() const
{
if (version != 1) {
printf("*** bad version number %u\n", version);
nvDebug("*** bad version number %u\n", version);
return false;
}
if (channel_count > 4) {