diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2015-10-03 19:46:11 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2015-10-04 13:23:17 -0400 |
commit | c6ae17f774721875a2833b1138bad9f516a72003 (patch) | |
tree | 258f1902791f50ab9b6fb83325411bd876d08713 /options.h | |
parent | 328b647f8afc26af5ffaea124161682484f0c85e (diff) | |
download | kd-forest-c6ae17f774721875a2833b1138bad9f516a72003.tar.xz |
Add support for Morton order.
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ typedef enum { MODE_HUE_SORT, MODE_RANDOM, + MODE_MORTON, } mode_t; // Possible pixel selection modes |