Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2136 - 1
//############################################################################
2
//# HISTORY  stick_setup.h
3
//# 
4
//# 22.05.2013 OG
5
//# - umgestellt auf menuctrl
6
//############################################################################
7
 
8
#ifndef _STICK_SETUP_H_
9
#define _STICK_SETUP_
10
 
11
void Setup_Joysticks(void);
12
 
13
#endif