16 lines
313 B
C
16 lines
313 B
C
/**
|
|
* @file trigger_subaru.h
|
|
*
|
|
* @date Sep 10, 2015
|
|
* @author Andrey Belomutskiy, (c) 2012-2016
|
|
*/
|
|
|
|
#ifndef CONTROLLERS_TRIGGER_TRIGGER_SUBARU_H_
|
|
#define CONTROLLERS_TRIGGER_TRIGGER_SUBARU_H_
|
|
|
|
#include "engine.h"
|
|
|
|
void initialize36_2_2_2(TriggerShape *s);
|
|
|
|
#endif /* CONTROLLERS_TRIGGER_TRIGGER_SUBARU_H_ */
|