17 lines
200 B
C++
17 lines
200 B
C++
#pragma once
|
|
|
|
namespace cover {
|
|
extern int cover_ix;
|
|
|
|
enum cover_type {
|
|
thebeach,
|
|
silvertrees,
|
|
redtree,
|
|
mountain,
|
|
mossycottage,
|
|
clocks,
|
|
tree,
|
|
moonmountains,
|
|
};
|
|
}
|