includePersistent.h 296 B

12345678910
  1. // Header for including the most commonly needed parts of the base framework
  2. #include "ClassFactory.h"
  3. #include "atomic/PersistentBoolean.h"
  4. #include "atomic/PersistentInteger.h"
  5. #include "atomic/PersistentString.h"
  6. #include "atomic/PersistentStringList.h"
  7. #include "atomic/PersistentColor.h"