6 lines
84 B
C
6 lines
84 B
C
#ifndef _WIZHELPER_H_
|
|
#define _WIZHELPER_H_
|
|
|
|
int wizInit();
|
|
|
|
#endif // _WIZHELPER_H_
|