etqw-sdk/source/idlib/Properties.cpp

10 lines
360 B
C++
Raw Permalink Normal View History

2008-05-29 00:00:00 +00:00
// Copyright (C) 2007 Id Software, Inc.
//
#include "./precompiled.h"
#pragma hdrstop
idBlockAlloc< sdProperties::sdProperty, 64> sdProperties::sdPropertyHandler::propertyAllocator;
extern const char* const sdProperties::propertyTypeStrings[] = { "int", "float", "bool", "string", "wstring", "vec2", "vec3", "vec4", "color3", "color4", "angles" };