1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#ifndef SELECTION_PURPOSES_H #define SELECTION_PURPOSES_H typedef enum { /* * The selection will define a new set. */ SET, /* * The selection will define a zoom region. */ ZOOM } SELECTION_PURPOSES; #endif // SELECTION_PURPOSES_H
Copyright © 2009 Don Pellegrino All Rights Reserved.