Merge changes from private tree.

Eliminate files that are not needed for NVTT.
This commit is contained in:
castano
2009-03-01 00:18:47 +00:00
parent 6fb29816a2
commit 88fc5ca18e
93 changed files with 837 additions and 6561 deletions

View File

@ -1,11 +1,10 @@
// This code is in the public domain -- castanyo@yahoo.es
// This code is in the public domain -- castano@gmail.com
#ifndef NVCORE_TEXTREADER_H
#define NVCORE_TEXTREADER_H
#ifndef NV_CORE_TEXTREADER_H
#define NV_CORE_TEXTREADER_H
#include <nvcore/nvcore.h>
#include <nvcore/Stream.h>
#include <nvcore/Containers.h>
#include <nvcore/Stream.h>
namespace nv
{
@ -35,4 +34,4 @@ private:
} // nv namespace
#endif // NVCORE_TEXTREADER_H
#endif // NV_CORE_TEXTREADER_H