aboutsummaryrefslogtreecommitdiff
path: root/primedev/vscript/languages/squirrel_re/squirrel/sqvector.h
blob: 63984e909f9f0c9958b4bba0a57ac1ea0af8b008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "vscript/languages/squirrel_re/include/squirrel.h"

// TODO [Fifty]: Verify size
struct SQVector
{
	SQObjectType _Type;
	float x;
	float y;
	float z;
};