refactor: JD8_* a namespace Jd8::
This commit is contained in:
@@ -31,7 +31,7 @@ struct Vertex {
|
||||
|
||||
class Mapa {
|
||||
public:
|
||||
explicit Mapa(JD8_Surface gfx, Prota* sam);
|
||||
explicit Mapa(Jd8::Surface gfx, Prota* sam);
|
||||
~Mapa();
|
||||
|
||||
Mapa(const Mapa&) = delete;
|
||||
@@ -53,8 +53,8 @@ class Mapa {
|
||||
void comprovaUltimCami();
|
||||
void comprovaPorta();
|
||||
|
||||
JD8_Surface gfx;
|
||||
JD8_Surface fondo;
|
||||
Jd8::Surface gfx;
|
||||
Jd8::Surface fondo;
|
||||
Vertex vertex;
|
||||
Vertex ultim_vertex;
|
||||
Uint8 frame_torxes;
|
||||
|
||||
Reference in New Issue
Block a user