mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 12:30:40 +00:00
- Eliminate some stale code out of intvec.h
.
This commit is contained in:
parent
b24f07f281
commit
cab4ddb1c8
1 changed files with 0 additions and 22 deletions
|
@ -44,27 +44,5 @@ struct vec3_t
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if 0
|
|
||||||
struct FVector2
|
|
||||||
{
|
|
||||||
float x, y;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct vec3_16_t
|
|
||||||
{
|
|
||||||
union
|
|
||||||
{
|
|
||||||
struct
|
|
||||||
{
|
|
||||||
int16_t x, y, z;
|
|
||||||
};
|
|
||||||
vec2_16_t vec2;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
#endif
|
|
||||||
|
|
||||||
FSerializer& Serialize(FSerializer& arc, const char* key, vec2_t& c, vec2_t* def);
|
FSerializer& Serialize(FSerializer& arc, const char* key, vec2_t& c, vec2_t* def);
|
||||||
FSerializer& Serialize(FSerializer& arc, const char* key, vec3_t& c, vec3_t* def);
|
FSerializer& Serialize(FSerializer& arc, const char* key, vec3_t& c, vec3_t* def);
|
||||||
|
|
Loading…
Reference in a new issue