11 lines
141 B
C
11 lines
141 B
C
|
#ifndef CELEMENT_H
|
||
|
#define CELEMENT_H
|
||
|
|
||
|
#include "element.h"
|
||
|
|
||
|
#ifndef CLASSES_CPP
|
||
|
extern GB_DESC CElementDesc[];
|
||
|
#endif
|
||
|
|
||
|
#endif // CELEMENT_H
|