2018-01-01 18:56:07 +00:00
|
|
|
/*
|
|
|
|
* Stairs
|
|
|
|
* Copyright 2017 (c) Mark van Renswoude
|
|
|
|
*
|
|
|
|
* https://git.x2software.net/pub/Stairs
|
|
|
|
*/
|
|
|
|
#ifndef __charproperties
|
|
|
|
#define __charproperties
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
2018-01-14 20:31:37 +00:00
|
|
|
void assignChar(char** field, const char* newValue);
|
2018-01-01 18:56:07 +00:00
|
|
|
|
|
|
|
#endif
|