Prerelease mm_trj

edited logo
edited Makefile's
This commit is contained in:
arcan1s
2013-08-04 06:41:22 +04:00
parent 1344434468
commit 8861dbd7d6
33 changed files with 3353 additions and 18 deletions

14
mm_trj/src/messages.h Normal file
View File

@ -0,0 +1,14 @@
/**
* @file
*/
#ifndef MESSAGES_H
#define MESSAGES_H
/**
* @fn message
*/
int message (const int, const int, const char *, FILE *);
#endif /* MESSAGES_H */