Cosmetic changes
This commit is contained in:
parent
4aed9ef1a7
commit
f4f0748d68
2 changed files with 5 additions and 5 deletions
|
|
@ -58,10 +58,10 @@ namespace TileQuads
|
|||
|
||||
/* Build a quad "frame" (see Window cursor_rect) */
|
||||
int buildFrame(const IntRect &rect,
|
||||
Vertex *vert /* 36 big */);
|
||||
Vertex vert[36]);
|
||||
|
||||
int buildFrameSource(const IntRect &rect,
|
||||
Vertex *vert /* 36 big */);
|
||||
Vertex vert[36]);
|
||||
}
|
||||
|
||||
#endif // TILEQUAD_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue