8 lines
95 B
C
Executable File
8 lines
95 B
C
Executable File
#ifndef __CG2_H
|
|
#define __CG2_H
|
|
|
|
int cg2100(int argc, char** argv);
|
|
|
|
#endif // __CG2_H
|
|
|