Browse Source

user_loop.h: forgot include guards

feature/2017
Christian Kroll 9 years ago
parent
commit
b3bd047235
  1. 5
      src/user/user_loop.h

5
src/user/user_loop.h

@ -1,3 +1,6 @@
#ifndef USER_LOOP_H_
#define USER_LOOP_H_
/* This file eases the integration of your personal animations which are not /* This file eases the integration of your personal animations which are not
meant to be included in the official Borgware-2D repository. meant to be included in the official Borgware-2D repository.
@ -9,3 +12,5 @@
// #include "my_simple_animation.h" // #include "my_simple_animation.h"
// #include "my_complex_animation.h" // #include "my_complex_animation.h"
#endif // USER_LOOP_H_

Loading…
Cancel
Save