mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
more PSYC_Packet fields; s/Var/Modifier/
This commit is contained in:
parent
29f6e6c432
commit
f6448c8fe7
4 changed files with 22 additions and 7 deletions
|
@ -39,7 +39,7 @@ typedef struct
|
|||
*/
|
||||
inline void PSYC_initRenderState (PSYC_RenderState* state);
|
||||
|
||||
int PSYC_renderVar(PSYC_RenderState* render,
|
||||
int PSYC_renderModifier(PSYC_RenderState* render,
|
||||
const char* name, size_t nlength,
|
||||
const char* value, size_t vlength,
|
||||
PSYC_RenderFlag flags, char oper);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue