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 ca15c7d67f
commit b0b3da7702
15 changed files with 64 additions and 22 deletions

View File

@@ -334,3 +334,5 @@ static void SDLTest_Md5Transform(MD5UINT4 * buf, MD5UINT4 * in)
buf[2] += c;
buf[3] += d;
}
/* vi: set ts=4 sw=4 expandtab: */