// Gray - A simple ray tracing program // Copyright (C) 2008-2013 Eric Bechet // // See the COPYING file for contributions and license information. // Please report all bugs and problems to . // #ifndef MODELSLIST_H_ #define MODELSLIST_H_ enum Model { GSPHERE, GAMBIENT, GDISC, GMESHMODEL }; #endif /* MODELSLIST_H_ */