#8741 - mlequim - Fri Jul 18, 2003 11:12 pm
Hi there,
I have a curious bug, when linking I have the error
"Multiple definition of 'OAM'"
but this pointer was defined only once in a ".h" file.
and it can't be defined more because of the
#ifndef SPRITE_H
#define SPRITE_H
...
blablabla
...
#endif
has someone an idea ?
thanks in advance, Michel
I have a curious bug, when linking I have the error
"Multiple definition of 'OAM'"
but this pointer was defined only once in a ".h" file.
and it can't be defined more because of the
#ifndef SPRITE_H
#define SPRITE_H
...
blablabla
...
#endif
has someone an idea ?
thanks in advance, Michel