1 |
|
/* |
2 |
|
* Prefs.h - Global preferences |
3 |
|
* |
4 |
< |
* Frodo (C) 1994-1997,2002-2005 Christian Bauer |
4 |
> |
* Frodo Copyright (C) Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
52 |
|
Prefs(); |
53 |
|
bool ShowEditor(bool startup, char *prefs_name); |
54 |
|
void Check(void); |
55 |
< |
void Load(char *filename); |
56 |
< |
bool Save(char *filename); |
55 |
> |
void Load(const char *filename); |
56 |
> |
bool Save(const char *filename); |
57 |
|
|
58 |
|
bool operator==(const Prefs &rhs) const; |
59 |
|
bool operator!=(const Prefs &rhs) const; |