mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
7 lines
73 B
C
7 lines
73 B
C
#ifndef READER_H
|
|
#define READER_H
|
|
|
|
extern int allTracks();
|
|
|
|
#endif
|