Merge pull request #259 from ettoretorti/ettoretorti-patch-1

Correct NK_MEMCOPY optional define to NK_MEMCPY
This commit is contained in:
Micha Mettke 2016-10-23 00:17:23 +02:00 committed by GitHub
commit 01eb4f88d8

View File

@ -167,7 +167,7 @@ OPTIONAL DEFINES:
replacement. If not nuklear will use its own version.
<!> If used it is only required to be defined for the implementation part <!>
NK_MEMCOPY
NK_MEMCPY
You can define this to 'memcpy' or your own memcpy implementation
replacement. If not nuklear will use its own version.
<!> If used it is only required to be defined for the implementation part <!>