Last change
on this file since 4758 was
3863,
checked in by bensch, 20 years ago
|
orxonox/trunk: efence compile support, minor changes at animation, and texture has now only support for sdl-image
|
File size:
208 bytes
|
Rev | Line | |
---|
[3863] | 1 | /*! |
---|
| 2 | \file confincl.h |
---|
| 3 | \brief includes the configure-headers, if config should be loaded |
---|
| 4 | */ |
---|
| 5 | |
---|
| 6 | #ifndef _CONFINCL_H |
---|
| 7 | #define _CONFINCL_H |
---|
| 8 | |
---|
| 9 | #if HAVE_CONFIG_H |
---|
| 10 | #include <config.h> |
---|
| 11 | #endif |
---|
| 12 | |
---|
| 13 | #endif /*_CONFINCL_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.