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

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

struct vec2f {
	float x;
	float y;
};

#endif