KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
vector.h
Go to the documentation of this file.
1/* KallistiOS ##version##
2
3 kos/vector.h
4 Copyright (C) 2002 Megan Potter
5
6*/
7
8/** \file kos/vector.h
9 \brief Deprecated alias for <dc/vector.h>.
10
11 This file is provided for backwards compatibility. New code should include
12 <dc/vector.h> directly.
13*/
14
15#include <dc/vector.h>
16
Primitive matrix, vector, and point types.