mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-14 03:52:30 +00:00
chore: initial commit
This commit is contained in:
commit
70b00c5c38
965 changed files with 264882 additions and 0 deletions
15
src/gx/Blit.hpp
Normal file
15
src/gx/Blit.hpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#ifndef GX_BLIT_HPP
|
||||
#define GX_BLIT_HPP
|
||||
|
||||
#include "gx/Types.hpp"
|
||||
#include <cstdint>
|
||||
|
||||
class C2iVector;
|
||||
|
||||
typedef void (*BLIT_FUNCTION)(const C2iVector&, const void*, uint32_t, void*, uint32_t);
|
||||
|
||||
void Blit(const C2iVector&, BlitAlpha, const void*, uint32_t, BlitFormat, void*, uint32_t, BlitFormat);
|
||||
|
||||
BlitFormat GxGetBlitFormat(EGxTexFormat);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue