libwallaby  v23
The wallaby standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
button_ids.hpp
Go to the documentation of this file.
1 /*
2  * button_ids.hpp
3  *
4  * Created on: Nov 12, 2015
5  * Author: Joshua Southerland
6  */
7 
8 #ifndef INCLUDE_WALLABY_BUTTON_IDS_HPP_
9 #define INCLUDE_WALLABY_BUTTON_IDS_HPP_
10 
11 
12 namespace Button
13 {
14  namespace Type
15  {
16  enum Id {
17  A = 0,
18  B,
19  C,
20  X,
21  Y,
22  Z,
25  };
26  }
27 }
28 
29 
30 #endif /* INCLUDE_WALLABY_BUTTON_IDS_HPP_ */
Definition: button_ids.hpp:22
Definition: button_ids.hpp:19
Definition: button_ids.hpp:18
Definition: button_ids.hpp:17
Definition: button_ids.hpp:21
Definition: button_ids.hpp:23
Definition: button_ids.hpp:20
Definition: button.hpp:84
Id
Definition: button_ids.hpp:16
Definition: button_ids.hpp:24