Files correlati : Ricompilazione Demo : [ ] Commento : Stampe Planning git-svn-id: svn://10.65.10.50/trunk@17236 c028cbd2-c16b-5b4b-a496-9718f37d4682
9 lines
160 B
C
Executable File
9 lines
160 B
C
Executable File
#ifndef __LV2_H
|
|
#define __LV2_H
|
|
|
|
int lv2100(int argc, char* argv[]);
|
|
int lv2200(int argc, char* argv[]);
|
|
int lv2300(int argc, char* argv[]);
|
|
|
|
|
|
#endif // __LV2_H
|