mcompass
This commit is contained in:
parent
46efbdc22b
commit
5614b03bee
5 changed files with 185 additions and 8 deletions
21
mcompass/mcompass.h
Normal file
21
mcompass/mcompass.h
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#ifndef __MCOMPASS_H__
|
||||
#define __MCOMPASS_H__
|
||||
|
||||
#define VERSION "0.0.0"
|
||||
|
||||
#include "config.h"
|
||||
|
||||
/* Milsko */
|
||||
#include <MDE/Foundation.h>
|
||||
#include <Mw/Milsko.h>
|
||||
|
||||
/* External */
|
||||
|
||||
/* Standard */
|
||||
#include <math.h>
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue