From: Carl Worth Date: Mon, 26 Sep 2011 05:11:04 +0000 (-0700) Subject: Remove the enumeration of challenge types. X-Git-Url: https://git.cworth.org/git?p=mnemon;a=commitdiff_plain;h=71edc226d9b568d9740c54ea73005d8baea1ca8d;hp=71edc226d9b568d9740c54ea73005d8baea1ca8d;ds=sidebyside Remove the enumeration of challenge types. With the move toward a more general library, I'd like each application to be able to support its own challenge types, (without the library being aware of them). We move toward that by having the library simply store and save a string for the challenge type. A next step will include the library providing support to load only categories of a particular challenge type. ---