9 lines
119 B
C
9 lines
119 B
C
|
#ifndef I_MESSAGE_ADDER_H
|
||
|
#define I_MESSAGE_ADDER_H
|
||
|
|
||
|
#include "msg.h"
|
||
|
|
||
|
|
||
|
//TODO create accessors prototype here.
|
||
|
|
||
|
#endif
|