diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-01 23:50:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-01 23:50:19 +0300 |
commit | 96d1d7c2600642930019bd5a9553f92ec2d7d5a9 (patch) | |
tree | 52b6428ed4639ad77f7941b23e975c57cb56e128 /src/render/softwaregraphicsdef.hpp | |
parent | 731151351ec84abd70c011a75ab58f4adfd1cd6d (diff) | |
download | plus-96d1d7c2600642930019bd5a9553f92ec2d7d5a9.tar.gz plus-96d1d7c2600642930019bd5a9553f92ec2d7d5a9.tar.bz2 plus-96d1d7c2600642930019bd5a9553f92ec2d7d5a9.tar.xz plus-96d1d7c2600642930019bd5a9553f92ec2d7d5a9.zip |
Fix code style.
Diffstat (limited to 'src/render/softwaregraphicsdef.hpp')
-rw-r--r-- | src/render/softwaregraphicsdef.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/softwaregraphicsdef.hpp b/src/render/softwaregraphicsdef.hpp index 305b6ac40..c3eecf451 100644 --- a/src/render/softwaregraphicsdef.hpp +++ b/src/render/softwaregraphicsdef.hpp @@ -20,6 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#define RENDER_SOFTWAREGRAPHICSDEF_HPP + public: void calcTileSDL(ImageVertexes *restrict const vert, int x, int y) const restrict2 override final; |