13 lines
180 B
C++
13 lines
180 B
C++
|
/**
|
||
|
* @file trigger_nissan.cpp
|
||
|
*
|
||
|
* @date Sep 19, 2015
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||
|
*/
|
||
|
|
||
|
#include "trigger_nissan.h"
|
||
|
|
||
|
void initializeNissan(TriggerShape *s) {
|
||
|
|
||
|
}
|