1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-03-06 14:52:19 +00:00
UltimateTrainingModpack/source/l2c.hpp

17 lines
198 B
C++
Raw Normal View History

2019-05-17 09:24:04 -07:00
#ifndef L2C_H
#define L2C_H
typedef struct Hash40
{
uint64_t hash : 40;
} Hash40;
typedef struct Vector3f
{
float x;
float y;
float z;
} Vector3f;
#endif // L2C_H