ocarina/core/database.cpp
Anna Schumaker 847e4c1925 core/database: Remove db_entry::index() function
Let's just access the dbe_index variable directly.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2015-12-10 16:48:18 -05:00

13 lines
153 B
C++

/**
* Copyright 2013 (c) Anna Schumaker.
*/
#include <core/database.h>
db_entry :: db_entry()
: dbe_index(0)
{
}
db_entry :: ~db_entry() {}