/*
 *  ChoctoObj - Converts Chocks Away graphics to Wavefront format
 *  Chocks Away object names
 *  Copyright (C) 2018 Christopher Bazley
 */

#ifndef CHOCNAMES_H
#define CHOCNAMES_H

const char *get_obj_name(int index);
const char *get_obj_name_extra(int index);

#endif /* CHOCNAMES_H */
