libmsx
C library for MSX
Loading...
Searching...
No Matches
sm2_bmem.h
Go to the documentation of this file.
1// -*- coding: utf-8-unix -*-
2/*
3 * Copyright (c) 2021-2025 Daishi Mori (mori0091)
4 *
5 * This software is released under the MIT License.\n
6 * See https://github.com/mori0091/libmsx/blob/main/LICENSE
7 *
8 * GitHub libmsx project\n
9 * https://github.com/mori0091/libmsx
10 */
17#ifndef SM2_BMEM_H_
18#define SM2_BMEM_H_
19
20#include "sm2.h"
21
36size_t sm2_load_cel_resource(const char * name, sm2_Cel cels[], size_t cels_max);
37
38
39#endif // SM2_BMEM_H_
Cel - The image of the sprite animation layer.
Definition sm2.h:57
SM2 (Sprite Mode 2) Animated Color Sprites.
size_t sm2_load_cel_resource(const char *name, sm2_Cel cels[], size_t cels_max)
MSX2 Load sprite cels.