diff --git a/Completeness-CategoryAudio.md b/Completeness-CategoryAudio.md index 57c6293..bab7ede 100644 --- a/Completeness-CategoryAudio.md +++ b/Completeness-CategoryAudio.md @@ -1,7 +1,7 @@ # Audio Device Management and Audio Playback -| ☑ | Function | libSDLpp method(s) / Notes | -|:-:|--------------------------------|----------------------------| +| ☑ | Function | libSDL2pp method(s) / Notes | +|:-:|--------------------------------|-----------------------------| | | ~~SDL_AudioInit~~ | internal function | | | ~~SDL_AudioQuit~~ | internal function | | ☐ | SDL_BuildAudioCVT | | diff --git a/Completeness-CategoryError.md b/Completeness-CategoryError.md index 62a61ac..2f3bf57 100644 --- a/Completeness-CategoryError.md +++ b/Completeness-CategoryError.md @@ -1,7 +1,7 @@ # Error Handling -| ☑ | Function | libSDLpp method(s) / Notes | -|:-:|--------------------------------|----------------------------| +| ☑ | Function | libSDL2pp method(s) / Notes | +|:-:|--------------------------------|-----------------------------| | ☐ | SDL_ClearError | | | ☑ | SDL_GetError | Exception::GetSDLError() | | ☐ | SDL_SetError | | diff --git a/Completeness-CategoryIO.md b/Completeness-CategoryIO.md index f3abd01..bec0938 100644 --- a/Completeness-CategoryIO.md +++ b/Completeness-CategoryIO.md @@ -1,7 +1,7 @@ # File I/O Abstraction -| ☑ | Function | libSDLpp method(s) / Notes | -|:-:|--------------------------------|----------------------------| +| ☑ | Function | libSDL2pp method(s) / Notes | +|:-:|--------------------------------|-----------------------------| | ☑ | SDL_AllocRW | RWops::RWops(CustomRWops) | | ☑ | SDL_FreeRW | RWops::~RWops() | | ☑ | SDL_RWFromConstMem | RWops::FromConstMem() | diff --git a/Completeness-CategoryInit.md b/Completeness-CategoryInit.md index 328d488..af07370 100644 --- a/Completeness-CategoryInit.md +++ b/Completeness-CategoryInit.md @@ -1,7 +1,7 @@ # Initialization and Shutdown -| ☑ | Function | libSDLpp method(s) / Notes | -|:-:|--------------------------------|----------------------------| +| ☑ | Function | libSDL2pp method(s) / Notes | +|:-:|--------------------------------|-----------------------------| | ☑ | SDL_Init | SDL::SDL() | | ☑ | SDL_InitSubSystem | SDL::InitSubSystem() | | ☑ | SDL_Quit | SDL::~SDL() | diff --git a/Completeness-CategoryRender.md b/Completeness-CategoryRender.md index d9d75ac..d509102 100644 --- a/Completeness-CategoryRender.md +++ b/Completeness-CategoryRender.md @@ -1,7 +1,7 @@ # 2D Accelerated Rendering -| ☑ | Function | libSDLpp method(s) / Notes | -|:-:|--------------------------------|----------------------------| +| ☑ | Function | libSDL2pp method(s) / Notes | +|:-:|--------------------------------|-----------------------------| | ☑ | SDL_CreateRenderer | Renderer::Renderer() | | ☐ | SDL_CreateSoftwareRenderer | | | ☑ | SDL_CreateTexture | Texture::Texture() | diff --git a/Completeness-CategoryVideo.md b/Completeness-CategoryVideo.md index 711a768..c9c5a24 100644 --- a/Completeness-CategoryVideo.md +++ b/Completeness-CategoryVideo.md @@ -1,7 +1,7 @@ # Display and Window Management -| ☑ | Function | libSDLpp method(s) / Notes | -|:-:|--------------------------------|----------------------------| +| ☑ | Function | libSDL2pp method(s) / Notes | +|:-:|--------------------------------|-----------------------------| | ☑ | SDL_CreateWindow | Window::Window() | | ☐ | SDL_CreateWindowAndRenderer | | | ☐ | SDL_CreateWindowFrom | |