/******************************************************************************
 *
 * Copyright (c) 2017, the Perspective Authors.
 *
 * This file is part of the Perspective library, distributed under the terms of
 * the Apache License 2.0.  The full license can be found in the LICENSE file.
 *
 */

#pragma once

namespace perspective
{

enum t_index_mode
{
    INDEX_MODE_IMPLICIT,
    INDEX_MODE_BITMAP
};

class t_index
{
};

} // end namespace perspective
