initial commit
took me a day to make the base... ...and ~12 hours to write a reader that reads 100% of all demo songs in 1.0
This commit is contained in:
commit
783d56c72a
26 changed files with 1660 additions and 0 deletions
9
src/ta-utils.h
Normal file
9
src/ta-utils.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef _TA_UTILS_H
|
||||
#define _TA_UTILS_H
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
|
||||
typedef std::string String;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue