fix path of argparse.h (from old shared project)
This commit is contained in:
parent
36ca6059c1
commit
e72b63b754
6 changed files with 10 additions and 10 deletions
|
@ -25,7 +25,7 @@ void mid_log(char *format, ...) {
|
|||
#include "bank.h"
|
||||
#include "audio.h"
|
||||
#define ARGPARSE_DE
|
||||
#include "../argparse.h"
|
||||
#include "argparse.h"
|
||||
|
||||
bool tst_note(aud_handle *dev, bank_instr *instr, opl3_chip *chip, bank_handle *bank, uint32_t samplerate, uint8_t prog, uint8_t note, uint32_t len, uint32_t pause) {
|
||||
if(instr[prog].op == b_op0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue