11 lines
173 B
C
11 lines
173 B
C
//
|
|
// Created by misaki on 2025/8/25.
|
|
//
|
|
|
|
#ifndef BIONIC_SPHERE_GIF_TEST_H
|
|
#define BIONIC_SPHERE_GIF_TEST_H
|
|
|
|
|
|
void gif_display_test(void);
|
|
|
|
#endif //BIONIC_SPHERE_GIF_TEST_H
|