Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 260 → Rev 261

/tags/V0_22a/ncmag.h
0,0 → 1,12
#ifndef __NCMAG_H
#define __NCMAG_H
 
#include "compass.h"
 
extern s16vec_t ACC_Vector;
 
u8 NCMAG_Init(void);
void NCMAG_UpdateCompass(void);
 
#endif // __NCMAG_H