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, Window* win, WinSharedInfo* info, int64_t win_x, int64_t win_y, int64_t win_w, int64_t win_h);
41
42extern void FadeOutAnimationWindow(ChCanvas* canv, Window* win, WinSharedInfo* info, int64_t win_x, int64_t win_y, int64_t win_w, int64_t win_h);
43
44#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:60
COMPILER_DEPENDENT_INT64 int64_t
Definition acefiex.h:164
ChWindow * win
Definition namdapha.cpp:45
Definition chitralekha.h:43
Definition window.h:77
Definition window.h:61