diff --git a/Completeness-CategoryRender.md b/Completeness-CategoryRender.md index d509102..c545ebc 100644 --- a/Completeness-CategoryRender.md +++ b/Completeness-CategoryRender.md @@ -5,7 +5,7 @@ | ☑ | SDL_CreateRenderer | Renderer::Renderer() | | ☐ | SDL_CreateSoftwareRenderer | | | ☑ | SDL_CreateTexture | Texture::Texture() | -| ☐ | SDL_CreateTextureFromSurface | | +| ☑ | SDL_CreateTextureFromSurface | Texture::Texture() | | ☐ | SDL_CreateWindowAndRenderer | | | ☑ | SDL_DestroyRenderer | Renderer::~Renderer() | | ☑ | SDL_DestroyTexture | Texture::~Texture() |