aboutsummaryrefslogtreecommitdiff
path: root/packages/noncvs/windows/extra/Gem/dev/Gem/Settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'packages/noncvs/windows/extra/Gem/dev/Gem/Settings.h')
-rw-r--r--packages/noncvs/windows/extra/Gem/dev/Gem/Settings.h70
1 files changed, 35 insertions, 35 deletions
diff --git a/packages/noncvs/windows/extra/Gem/dev/Gem/Settings.h b/packages/noncvs/windows/extra/Gem/dev/Gem/Settings.h
index d4d21ad3..d1489868 100644
--- a/packages/noncvs/windows/extra/Gem/dev/Gem/Settings.h
+++ b/packages/noncvs/windows/extra/Gem/dev/Gem/Settings.h
@@ -1,35 +1,35 @@
-/*-----------------------------------------------------------------
-LOG
- GEM - Graphics Environment for Multimedia
-
- - Runtime Configuration of Gem
-
- Copyright (c) 2009-2011 IOhannes m zmölnig. forum::für::umläute. IEM. zmoelnig@iem.at
- For information on usage and redistribution, and for a DISCLAIMER OF ALL
- WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
-
------------------------------------------------------------------*/
-
-#ifndef _INCLUDE__GEM_GEM_SETTINGS_H_
-#define _INCLUDE__GEM_GEM_SETTINGS_H_
-
-#include <string>
-#include <vector>
-
-typedef struct _atom t_atom;
-class GemSettings {
- public:
- static void init(void);
- static void print(void);
- static void save(void);
-
- static t_atom*get(const std::string key);
- static void set(const std::string key, t_atom*value=NULL);
-
- static void get(const std::string key, int&value);
- static void get(const std::string key, float&value);
- static void get(const std::string key, std::string&value);
-
- static std::vector<std::string> keys();
-};
-#endif
+/*-----------------------------------------------------------------
+LOG
+ GEM - Graphics Environment for Multimedia
+
+ - Runtime Configuration of Gem
+
+ Copyright (c) 2009-2011 IOhannes m zmölnig. forum::für::umläute. IEM. zmoelnig@iem.at
+ For information on usage and redistribution, and for a DISCLAIMER OF ALL
+ WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
+
+-----------------------------------------------------------------*/
+
+#ifndef _INCLUDE__GEM_GEM_SETTINGS_H_
+#define _INCLUDE__GEM_GEM_SETTINGS_H_
+
+#include <string>
+#include <vector>
+
+typedef struct _atom t_atom;
+class GemSettings {
+ public:
+ static void init(void);
+ static void print(void);
+ static void save(void);
+
+ static t_atom*get(const std::string key);
+ static void set(const std::string key, t_atom*value=NULL);
+
+ static void get(const std::string key, int&value);
+ static void get(const std::string key, float&value);
+ static void get(const std::string key, std::string&value);
+
+ static std::vector<std::string> keys();
+};
+#endif