7 lines
94 B
C++
7 lines
94 B
C++
class fischl{
|
|
|
|
// declare
|
|
public:
|
|
int init(int argc, char *argv[]);
|
|
|
|
}; |