15 lines
301 B
C
15 lines
301 B
C
|
|
#ifndef POINTCONTROL_LEGEND_H
|
|
#define POINTCONTROL_LEGEND_H 1
|
|
|
|
#include "pointcontrol_options.h"
|
|
#include "pointcontrol_pets.h"
|
|
|
|
|
|
char * getPDCLegendString();
|
|
char * getPDCTimeStepLegendString(pc_options_struct * pc_options);
|
|
char * getPDCAdHocLegendString(pc_options_struct * pc_options);
|
|
|
|
|
|
|
|
#endif
|