I've been trying use use a Global Struct however I get this eeror message:
error C2236: unexpected 'struct' 'my_struct'
my code (MyStruct.h)
struct my_struct {
int box2;
} extern struct my_struct boxedit;
error C2236: unexpected 'struct' 'my_struct'
my code (MyStruct.h)
struct my_struct {
int box2;
} extern struct my_struct boxedit;
Comment