Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This reverts commit a5c11b12df43565613fe1fd6514404d2c9fef7a8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only for SDL2.
|
|
|
|
|
|
|
|
|
|
Some assert struct names was changed in 2.0.4
|
|
|
|
|
|
|
|
before cleanup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clang-tidy warning: readability-static-accessed-through-instance
|
|
|
|
In most case it equal to std::vector except debug modes.
Now it can be also mse::mstd::vector, but sadly this class not support
all required features.
|
|
Also replace <vector> include into "utils/vector.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|