furnace/src/ta-utils.h

9 lines
133 B
C
Raw Normal View History

#ifndef _TA_UTILS_H
#define _TA_UTILS_H
#include <stdio.h>
#include <string.h>
#include <string>
typedef std::string String;
#endif