add forgotten header
This commit is contained in:
parent
726f1476a2
commit
db19f85083
15
src/trakker.h
Normal file
15
src/trakker.h
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
#ifndef TRAKKER_H
|
||||||
|
#define TRAKKER_H
|
||||||
|
|
||||||
|
void destroyWindows();
|
||||||
|
void createWindows();
|
||||||
|
void renderInfo(xmp_module_info *mi, xmp_frame_info *fi);
|
||||||
|
void renderAbout();
|
||||||
|
void renderTrack(xmp_module_info *mi, xmp_frame_info *fi);
|
||||||
|
void renderRows(xmp_module_info *mi, xmp_frame_info *fi);
|
||||||
|
void renderChannels(xmp_module_info *mi, xmp_frame_info *fi);
|
||||||
|
void renderInstruments(xmp_module_info *mi, xmp_frame_info *fi);
|
||||||
|
void generateEffectsTable(xmp_module *xm);
|
||||||
|
bool isPartOf(char* w1, char* w2);
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user