You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
379 B
17 lines
379 B
3 years ago
|
#ifndef TEENSY_VARIABLE_PLAYBACK_TEST_LOWLEVEL_INDEXEDFILE_INDEXEDFILEFIXTURE_H
|
||
|
#define TEENSY_VARIABLE_PLAYBACK_TEST_LOWLEVEL_INDEXEDFILE_INDEXEDFILEFIXTURE_H
|
||
|
|
||
|
#include "IndexableFile.h"
|
||
|
|
||
|
struct IndexableFileFixture {
|
||
|
|
||
|
IndexableFileFixture() {
|
||
|
}
|
||
|
|
||
|
~IndexableFileFixture() {
|
||
|
}
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif //TEENSY_VARIABLE_PLAYBACK_TEST_LOWLEVEL_INDEXEDFILE_INDEXEDFILEFIXTURE_H
|