X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fapc.git;a=blobdiff_plain;f=ston%2Fston.h;fp=ston%2Fston.h;h=b691f5644f6c8f54ea5178a11ac4f00c2958215e;hp=0000000000000000000000000000000000000000;hb=78c78f12412aa19ebdd788a5d0f13eba2ec88bc9;hpb=f2a688cfd74095b79151a34e5316910c053e1391 diff --git a/ston/ston.h b/ston/ston.h new file mode 100644 index 0000000..b691f56 --- /dev/null +++ b/ston/ston.h @@ -0,0 +1,12 @@ +/*!@file + \brief STON Interpretation Functions + \details C implementation of data structures and algorithms in the STON asset + package protocol + \author Ken Grimes + \date Feb 2017 + ----------------------------------------------------------------------------*/ +#ifndef _STON_H_ +#define _STON_H_ +/* STON Hashtable implementation */ +#include "ston_ht.h" +#endif //_STON_H_