diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-25 22:00:00 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-25 22:00:00 +0100 |
commit | 45c59795a2fafd208bb7cdd52dc98a85f2377d2a (patch) | |
tree | f2b6813237728a9c488d58c99e4483ab31b51946 /src/gui/sdlinput.h | |
parent | 65da3d5cd5c8cf40abc1e6d31b04eada615fe307 (diff) | |
download | mana-client-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.tar.gz mana-client-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.tar.bz2 mana-client-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.tar.xz mana-client-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.zip |
Removed the TMW branding from header guards
Diffstat (limited to 'src/gui/sdlinput.h')
-rw-r--r-- | src/gui/sdlinput.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/sdlinput.h b/src/gui/sdlinput.h index 67eb13a8..3901589a 100644 --- a/src/gui/sdlinput.h +++ b/src/gui/sdlinput.h @@ -55,8 +55,8 @@ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _TMW_SDLINPUT_ -#define _TMW_SDLINPUT_ +#ifndef SDLINPUT_ +#define SDLINPUT_ #include <queue> |