Initial commit
This commit is contained in:
9
libs/ModelName.h
Normal file
9
libs/ModelName.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
#if defined MOBICAR_1_2
|
||||
#define M_NAME "M2_"
|
||||
#elif defined MOBICAR_3
|
||||
#define M_NAME "M3_"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user