mirror of
https://github.com/google0101-ryan/Emotional.git
synced 2025-04-02 10:32:07 -04:00
9 lines
No EOL
105 B
C
9 lines
No EOL
105 B
C
#pragma once
|
|
|
|
typedef struct
|
|
{
|
|
unsigned int size;
|
|
void* dest;
|
|
int cid;
|
|
unsigned int opt;
|
|
} SifCmdHdr; |