Added a function to clean up test text drawing

This commit is contained in:
Sam Lantinga 2017-09-08 04:14:05 -07:00
parent 59bc23e03c
commit c3070d2b3a
15 changed files with 64 additions and 22 deletions

View file

@ -148,3 +148,5 @@ int SDLTest_AssertSummaryToTestResult()
}
}
}
/* vi: set ts=4 sw=4 expandtab: */