13 lines
156 B
C
13 lines
156 B
C
//
|
|
//
|
|
//
|
|
#ifndef PLANTMODEL_H
|
|
#define PLANTMODEL_H
|
|
|
|
#include "ProjGlobals.h"
|
|
|
|
void HandleGetState();
|
|
void simulation();
|
|
|
|
#endif // PLANTMODEL_H
|