1 /*---------------------------------------------------------------------------*
2   Project:  Cafe
3   File:     vpad.h
4 
5   Copyright (C) Nintendo.  All rights reserved.
6 
7   These coded instructions, statements, and computer programs contain
8   proprietary information of Nintendo of America Inc. and/or Nintendo
9   Company Ltd., and are protected by Federal copyright law.  They may
10   not be disclosed to third parties or copied or duplicated in any form,
11   in whole or in part, without the prior written consent of Nintendo.
12 
13  *---------------------------------------------------------------------------*/
14 
15 #ifndef __VPAD_H__
16 #define __VPAD_H__
17 
18 #include <types.h>
19 #include <cafe/os.h>
20 #include <cafe/mtx/mtxGeoTypes.h>
21 #include <cafe/vpadbase.h>
22 
23 // VPAD includes
24 #include <cafe/vpad/vpadTypes.h>
25 #include <cafe/vpad/vpadAPIs.h>
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
31 
32 #ifdef __cplusplus
33 }
34 #endif
35 
36 #endif  // __VPAD_H__
37