16 lines
327 B
C
16 lines
327 B
C
/*
|
|
* @file trigger_rover.h
|
|
*
|
|
* @date Dec 27, 2015
|
|
* todo: ask PhilTheGeek to sign contributor agreement
|
|
*/
|
|
|
|
#ifndef CONTROLLERS_TRIGGER_TRIGGER_ROVER_H_
|
|
#define CONTROLLERS_TRIGGER_TRIGGER_ROVER_H_
|
|
|
|
#include "trigger_structure.h"
|
|
|
|
void initializeRoverK(TriggerShape *s);
|
|
|
|
#endif /* CONTROLLERS_TRIGGER_TRIGGER_ROVER_H_ */
|