diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-21 18:30:03 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-21 18:30:03 +0200 |
commit | 4afa0d0cf6958a4803634e10e926bf132db0f058 (patch) | |
tree | 594e2d97b76c8066afd95dbc9254787d23cf5292 /layer_box.h | |
parent | 75667b81215bdb3896599ec477a256c41fc90436 (diff) | |
download | osc-graphics-4afa0d0cf6958a4803634e10e926bf132db0f058.tar.gz |
renamed header guards
Diffstat (limited to 'layer_box.h')
-rw-r--r-- | layer_box.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layer_box.h b/layer_box.h index f6f6667..bba2f98 100644 --- a/layer_box.h +++ b/layer_box.h @@ -1,5 +1,5 @@ -#ifndef __HAVE_LAYER_BOX_H -#define __HAVE_LAYER_BOX_H +#ifndef __LAYER_BOX_H +#define __LAYER_BOX_H #include <SDL.h> |