XenevaOS
Loading...
Searching...
No Matches
animation.h
Go to the documentation of this file.
1#pragma once
31#ifndef __ANIMATION_H__
32#define __ANIMATION_H__
33
34#include "deodxr.h"
35#include "window.h"
36#include "cursor.h"
37#include "dirty.h"
38#include "color.h"
39
40extern void FadeInAnimationWindow(ChCanvas* canv,
41 Window* win,
42 WinSharedInfo* info,
43 int64_t win_x,
44 int64_t win_y,
45 int64_t win_w,
46 int64_t win_h);
47
48extern void FadeOutAnimationWindow(ChCanvas* canv,
49 Window* win,
50 WinSharedInfo* info,
51 int64_t win_x,
52 int64_t win_y,
53 int64_t win_w,
54 int64_t win_h);
55
56#endif
void FadeInAnimationWindow(ChCanvas *canv, Window *win, WinSharedInfo *info, int64_t win_x, int64_t win_y, int64_t win_w, int64_t win_h)
Definition animation.cpp:34
void FadeOutAnimationWindow(ChCanvas *canv, Window *win, WinSharedInfo *info, int64_t win_x, int64_t win_y, int64_t win_w, int64_t win_h)
Definition animation.cpp:68
COMPILER_DEPENDENT_INT64 int64_t
Definition acefiex.h:164
ChWindow * win
Definition namdapha.cpp:54
Definition chitralekha.h:40
Definition window.h:77
Definition window.h:61