Mario: remove linux-specific includes
This commit is contained in:
parent
b0b84101a2
commit
5d03da3131
@ -2,7 +2,6 @@
|
||||
#include "global_vars.hpp"
|
||||
#include "objectids.hpp"
|
||||
#include "sprites.hpp"
|
||||
#include <bits/stdint-uintn.h>
|
||||
|
||||
std::shared_ptr< SDLPP::RectangleRender >
|
||||
createBlock( std::shared_ptr< SDLPP::Renderer > &renderer, double x, double y,
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
#include "../sdlpp/sdlpp_visitor.hpp"
|
||||
#include "../sdlpp/sdlpp_geometry.hpp"
|
||||
#include <bits/stdint-uintn.h>
|
||||
|
||||
class MarioVisitor : public SDLPP::Visitor {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user