Added one test case and three api functions. The test will run but WQ result is not accurate.
This commit is contained in:
11
src/lemontiger.h
Normal file
11
src/lemontiger.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef LEMONTIGER_H
|
||||
#define LEMONTIGER_H
|
||||
|
||||
int ENopeninitHQ();
|
||||
|
||||
int ENrunstepHQ(long*, long*);
|
||||
|
||||
int ENcloseHQ();
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user