mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-21 20:39:57 +01:00
Add note
This commit is contained in:
parent
aba0c82426
commit
bf9223c4c4
1 changed files with 1 additions and 1 deletions
2
s3l.h
2
s3l.h
|
@ -867,7 +867,7 @@ void S3L_initDrawConfig(S3L_DrawConfig *config)
|
||||||
}
|
}
|
||||||
|
|
||||||
void S3L_PIXEL_FUNCTION(S3L_PixelInfo *pixel); // forward decl
|
void S3L_PIXEL_FUNCTION(S3L_PixelInfo *pixel); // forward decl
|
||||||
|
// TODO: ^ should be inline?
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
int16_t steps;
|
int16_t steps;
|
||||||
|
|
Loading…
Reference in a new issue