6 lines
88 B
C
6 lines
88 B
C
#ifndef _ROBOCUP_HARDWARE_H_
|
|
#define _ROBOCUP_HARDWARE_H_
|
|
|
|
void initHardware();
|
|
|
|
#endif
|