Use parentheses to indicate that methods are mentioned

Dmitry Marakasov 2014-11-25 23:47:01 +03:00
parent 3e6a67cc81
commit 45b4b50cc7

@ -2,10 +2,10 @@
| ☑ | Function | libSDLpp method(s) / Notes |
|:-:|--------------------------------|----------------------------|
| ☑ | SDL_CreateWindow | Window::Window |
| ☑ | SDL_CreateWindow | Window::Window() |
| ☐ | SDL_CreateWindowAndRenderer | |
| ☐ | SDL_CreateWindowFrom | |
| ☑ | SDL_DestroyWindow | Window::~Window |
| ☑ | SDL_DestroyWindow | Window::~Window() |
| ☐ | SDL_DisableScreenSaver | |
| ☐ | SDL_EnableScreenSaver | |
| ☐ | SDL_GL_BindTexture | |