Adding Crunch at r319.
This commit is contained in:
22
third_party/crunch/crnlib/crn_value.cpp
vendored
Normal file
22
third_party/crunch/crnlib/crn_value.cpp
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
// File: crn_value.cpp
|
||||
// See Copyright Notice and license at the end of inc/crnlib.h
|
||||
#include "crn_core.h"
|
||||
#include "crn_value.h"
|
||||
|
||||
namespace crnlib
|
||||
{
|
||||
const char* gValueDataTypeStrings[cDTTotal + 1] =
|
||||
{
|
||||
"invalid",
|
||||
"string",
|
||||
"bool",
|
||||
"int",
|
||||
"uint",
|
||||
"float",
|
||||
"vec3f",
|
||||
"vec3i",
|
||||
|
||||
NULL,
|
||||
};
|
||||
|
||||
} // namespace crnlib
|
||||
Reference in New Issue
Block a user