ocarina/include/core/tags/tags.h

19 lines
289 B
C++

/**
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_TAGS_TAGS_H
#define OCARINA_CORE_TAGS_TAGS_H
/**
* Namespace for creating and accessing tags.
*/
namespace tags
{
/** Called to read all databases from disk. */
void init();
}
#endif /* OCARINA_CORE_TAGS_TAGS_H */