Fix library name

Dmitry Marakasov 2014-12-19 15:31:45 +03:00
parent cce00a05ce
commit f6a1187c09
6 changed files with 12 additions and 12 deletions

@ -1,7 +1,7 @@
# Audio Device Management and Audio Playback # Audio Device Management and Audio Playback
| ☑ | Function | libSDLpp method(s) / Notes | | ☑ | Function | libSDL2pp method(s) / Notes |
|:-:|--------------------------------|----------------------------| |:-:|--------------------------------|-----------------------------|
| | ~~SDL_AudioInit~~ | internal function | | | ~~SDL_AudioInit~~ | internal function |
| | ~~SDL_AudioQuit~~ | internal function | | | ~~SDL_AudioQuit~~ | internal function |
| ☐ | SDL_BuildAudioCVT | | | ☐ | SDL_BuildAudioCVT | |

@ -1,7 +1,7 @@
# Error Handling # Error Handling
| ☑ | Function | libSDLpp method(s) / Notes | | ☑ | Function | libSDL2pp method(s) / Notes |
|:-:|--------------------------------|----------------------------| |:-:|--------------------------------|-----------------------------|
| ☐ | SDL_ClearError | | | ☐ | SDL_ClearError | |
| ☑ | SDL_GetError | Exception::GetSDLError() | | ☑ | SDL_GetError | Exception::GetSDLError() |
| ☐ | SDL_SetError | | | ☐ | SDL_SetError | |

@ -1,7 +1,7 @@
# File I/O Abstraction # File I/O Abstraction
| ☑ | Function | libSDLpp method(s) / Notes | | ☑ | Function | libSDL2pp method(s) / Notes |
|:-:|--------------------------------|----------------------------| |:-:|--------------------------------|-----------------------------|
| ☑ | SDL_AllocRW | RWops::RWops(CustomRWops) | | ☑ | SDL_AllocRW | RWops::RWops(CustomRWops) |
| ☑ | SDL_FreeRW | RWops::~RWops() | | ☑ | SDL_FreeRW | RWops::~RWops() |
| ☑ | SDL_RWFromConstMem | RWops::FromConstMem() | | ☑ | SDL_RWFromConstMem | RWops::FromConstMem() |

@ -1,7 +1,7 @@
# Initialization and Shutdown # Initialization and Shutdown
| ☑ | Function | libSDLpp method(s) / Notes | | ☑ | Function | libSDL2pp method(s) / Notes |
|:-:|--------------------------------|----------------------------| |:-:|--------------------------------|-----------------------------|
| ☑ | SDL_Init | SDL::SDL() | | ☑ | SDL_Init | SDL::SDL() |
| ☑ | SDL_InitSubSystem | SDL::InitSubSystem() | | ☑ | SDL_InitSubSystem | SDL::InitSubSystem() |
| ☑ | SDL_Quit | SDL::~SDL() | | ☑ | SDL_Quit | SDL::~SDL() |

@ -1,7 +1,7 @@
# 2D Accelerated Rendering # 2D Accelerated Rendering
| ☑ | Function | libSDLpp method(s) / Notes | | ☑ | Function | libSDL2pp method(s) / Notes |
|:-:|--------------------------------|----------------------------| |:-:|--------------------------------|-----------------------------|
| ☑ | SDL_CreateRenderer | Renderer::Renderer() | | ☑ | SDL_CreateRenderer | Renderer::Renderer() |
| ☐ | SDL_CreateSoftwareRenderer | | | ☐ | SDL_CreateSoftwareRenderer | |
| ☑ | SDL_CreateTexture | Texture::Texture() | | ☑ | SDL_CreateTexture | Texture::Texture() |

@ -1,7 +1,7 @@
# Display and Window Management # Display and Window Management
| ☑ | Function | libSDLpp method(s) / Notes | | ☑ | Function | libSDL2pp method(s) / Notes |
|:-:|--------------------------------|----------------------------| |:-:|--------------------------------|-----------------------------|
| ☑ | SDL_CreateWindow | Window::Window() | | ☑ | SDL_CreateWindow | Window::Window() |
| ☐ | SDL_CreateWindowAndRenderer | | | ☐ | SDL_CreateWindowAndRenderer | |
| ☐ | SDL_CreateWindowFrom | | | ☐ | SDL_CreateWindowFrom | |