17e79bc7c9
Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 3.2 patch 1092 git-svn-id: svn://10.65.10.50/trunk@16293 c028cbd2-c16b-5b4b-a496-9718f37d4682
11 lines
197 B
C
Executable File
11 lines
197 B
C
Executable File
#ifndef __OR1_H
|
|
#define __OR1_H
|
|
|
|
int or1100(int argc, char** argv);
|
|
int or1200(int argc, char** argv);
|
|
int or1300(int argc, char** argv);
|
|
int or1400(int argc, char** argv);
|
|
|
|
#endif // __OR1_H
|
|
|