mirror of
https://github.com/danog/Telegram.git
synced 2024-12-03 09:57:46 +01:00
41 lines
1.2 KiB
C
Executable File
41 lines
1.2 KiB
C
Executable File
//
|
|
// animations.h
|
|
// IntroOpenGL
|
|
//
|
|
// Created by Ilya Rimchikov on 29/03/14.
|
|
// Copyright (c) 2014 IntroOpenGL. All rights reserved.
|
|
//
|
|
|
|
|
|
void on_surface_created();
|
|
void on_surface_changed(int width, int height);
|
|
void on_draw_frame();
|
|
|
|
|
|
void set_touch_x(int a);
|
|
|
|
void set_date(double a);
|
|
void set_date0(double a);
|
|
|
|
void set_page(int page);
|
|
|
|
|
|
void set_pages_textures(int a1, int a2, int a3, int a4, int a5, int a6);
|
|
|
|
void set_ic_textures(int a_ic_bubble_dot, int a_ic_bubble, int a_ic_cam_button, int a_ic_cam_lens, int a_ic_cam, int a_ic_pencil, int a_ic_pin, int a_ic_smile_eye, int a_ic_smile, int a_ic_videocam);
|
|
|
|
void set_telegram_textures(int a_telegram_sphere, int a_telegram_plane);
|
|
void set_fast_textures(int a_fast_body, int a_fast_spiral, int a_fast_arrow, int a_fast_arrow_shadow);
|
|
void set_free_textures(int a_knot_up, int a_knot_down);
|
|
void set_powerful_textures(int a_powerful_bg, int a_powerful_mask, int a_powerful_star, int a_powerful_infinity, int a_powerful_infinity_white);
|
|
|
|
void set_private_textures(int a_private_bg, int a_private_button, int a_private_dot, int a_private_stroked_dot, int a_private_leg);
|
|
|
|
void set_need_pages(int a);
|
|
void set_y_offset(float a);
|
|
|
|
|
|
void set_scroll_offset(float a_offset);
|
|
|
|
void inc_stars_rendered();
|