ldtypes.h

changeset 135
c243df39913e
parent 120
607301744394
child 138
d22d5c1d9e8a
equal deleted inserted replaced
134:7fd0784471df 135:c243df39913e
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #ifndef __LDTYPES_H__ 19 #ifndef LDTYPES_H
20 #define __LDTYPES_H__ 20 #define LDTYPES_H
21 21
22 #include "common.h" 22 #include "common.h"
23 #include "types.h" 23 #include "types.h"
24 24
25 #define IMPLEMENT_LDTYPE(T, NUMVERTS) \ 25 #define IMPLEMENT_LDTYPE(T, NUMVERTS) \
332 extern const char* g_saObjTypeNames[]; 332 extern const char* g_saObjTypeNames[];
333 333
334 // Icons for these types 334 // Icons for these types
335 extern const char* g_saObjTypeIcons[]; 335 extern const char* g_saObjTypeIcons[];
336 336
337 #endif 337 #endif // LDTYPES_H

mercurial