Add mclock
Co-Authored-By: comdlg32 <80153347+comdlg32@users.noreply.github.com>
This commit is contained in:
parent
c92a5e0db4
commit
44f6e9e1ca
5 changed files with 201 additions and 1 deletions
21
mclock/mclock.h
Normal file
21
mclock/mclock.h
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#ifndef __MCLOCK_H__
|
||||
#define __MCLOCK_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