|
#ifndef __COCOSNATIVEACTIVITY_H__
|
|
#define __COCOSNATIVEACTIVITY_H__
|
|
|
|
/**
|
|
* This is the interface to the Android native activity
|
|
*/
|
|
|
|
void enableAccelerometer(void);
|
|
void disableAccelerometer(void);
|
|
void setAccelerometerInterval(float interval);
|
|
|
|
#endif // __COCOSNATIVEACTIVITY_H__
|