8 lines
148 B
C++
8 lines
148 B
C++
#ifndef DRUMZ_INPUT_PAD_READER_HPP
|
|
#define DRUMZ_INPUT_PAD_READER_HPP
|
|
|
|
namespace PadReader {
|
|
void init();
|
|
}
|
|
|
|
#endif //DRUMZ_INPUT_PAD_READER_HPP
|