ocarina/include/core/tags/tags.h

22 lines
324 B
C
Raw Normal View History

/**
* 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
{
void deinit();
}
/* Called to initialize and read all databases from disk. */
void tags_init();
#endif /* OCARINA_CORE_TAGS_TAGS_H */