summaryrefslogtreecommitdiff
path: root/include/pso/TMath.h
blob: 799c498a356ba38aa4cd97d5b4f26ef701ced0c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef TMATH_H
#define TMATH_H

#include <global_types.h>
#include <pso/macros.h>
#include <pso/protocol.h>
#include <pso/TArray.h>

struct vec2f {
	float x;
	float y;
};

#endif