/*
 *  ApoctoObj - Converts Apocalypse graphics to Wavefront format
 *  Colour names
 *  Copyright (C) 2020 Christopher Bazley
 */

#ifndef COLOURS_H
#define COLOURS_H

const char *get_colour_name(int colour);

#endif /* COLOURS_H */
