Rev 4436 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4436 | Rev 4440 | ||
---|---|---|---|
Line 26... | Line 26... | ||
26 | #ifdef __ANDROID__
|
26 | #ifdef __ANDROID__
|
27 | #include "compat.h"
|
27 | #include "compat.h"
|
28 | #include "control.h"
|
28 | #include "control.h"
|
29 | #include "android/in_android.h"
|
29 | #include "android/in_android.h"
|
30 | 30 | ||
- | 31 | //extern int android_sample_rate;
|
|
- | 32 | ||
- | 33 | //extern int android_audio_buffer_size;
|
|
- | 34 | ||
- | 35 | ||
31 | extern void CONTROL_Android_ClearButton(int32_t whichbutton); |
36 | extern void CONTROL_Android_ClearButton(int32_t whichbutton); |
32 | extern void CONTROL_Android_PollDevices(ControlInfo *info); |
37 | extern void CONTROL_Android_PollDevices(ControlInfo *info); |
33 | extern void CONTROL_Android_SetLastWeapon(int w); |
38 | extern void CONTROL_Android_SetLastWeapon(int w); |
34 | #endif
|
39 | #endif
|
35 | 40 |