You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
208 B

#ifndef __LINEMAP_H
#define __LINEMAP_H
#include <exec/types.h>
#include <proto/containerkit.h>
#include "configmodel.h"
#define LineMap Map
LineMap LineMapNew(VOID);
VOID LineMapFree(LineMap map);
#endif