mirror of
https://github.com/thestk/stk
synced 2026-01-31 14:56:15 +00:00
Version 4.4.4
This commit is contained in:
committed by
Stephen Sinclair
parent
0aec39260a
commit
fc877b87bf
12
projects/eguitar/utilities.h
Normal file
12
projects/eguitar/utilities.h
Normal file
@@ -0,0 +1,12 @@
|
||||
// Miscellaneous parsing and error functions for use with STK projects.
|
||||
//
|
||||
// Gary P. Scavone, 1999.
|
||||
|
||||
#include "FileWvOut.h"
|
||||
#include "Messager.h"
|
||||
|
||||
void usage(char *function);
|
||||
|
||||
int checkArgs(int numArgs, char *args[]);
|
||||
|
||||
bool parseArgs(int numArgs, char *args[], stk::WvOut **output, stk::Messager& messager);
|
||||
Reference in New Issue
Block a user