ProjectUserPrefs.cpp 177 B

1234567891011121314151617
  1. #include "ProjectUserPrefs.h"
  2. namespace ToolCore
  3. {
  4. ProjectUserPrefs::ProjectUserPrefs(Context* context) : Object(context)
  5. {
  6. }
  7. ProjectUserPrefs::~ProjectUserPrefs()
  8. {
  9. }
  10. }