tunnel/iOS/ios_api.h

16 lines
398 B
C
Raw Normal View History

2013-01-23 20:14:11 +00:00
//
// Header.h
// doublehitballs
//
// Created by vvv ооо on 15.07.12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
void AppInit();
void AppDeinit();
void AppUpdate(int dt);
void AppDraw();
void AppOnTapDown(int posx, int posy);
void AppOnTapUp(int posx, int posy);
2013-01-29 20:38:43 +00:00
void AppOnTapUpAfterScroll(int posx, int posy);
2013-01-23 20:14:11 +00:00
void AppOnScroll(int shiftx, int shifty);