mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 19:05:59 -04:00
Reword, fix typo
This commit is contained in:
parent
11f19228ad
commit
d55950f8aa
@ -60,8 +60,8 @@ methods. These classes also support:
|
|||||||
- RAII-style initialization and destruction
|
- RAII-style initialization and destruction
|
||||||
- Full error checking: exception is thrown if any SDL function fails.
|
- Full error checking: exception is thrown if any SDL function fails.
|
||||||
Exception itself allows to retrieve SDL error string
|
Exception itself allows to retrieve SDL error string
|
||||||
- C++11 move semantics support, with which you can store e.g. texture
|
- C++11 move semantics support, which allow you to store SDL objects
|
||||||
objects and containers and returb by value with no overhead
|
in containers and pass/return them by value with no overhead
|
||||||
|
|
||||||
## Building ##
|
## Building ##
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user