This website works better with JavaScript.
Home
Explore
Help
Sign In
Karathan
/
pretmap
mirror of
https://github.com/SBird1337/pretmap
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
No Description
89
Commits
2
Branches
Tree:
9c2cf84983
connect
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '9c2cf84983'
${ noResults }
pretmap
/
metatile.cpp
metatile.cpp
83B
History
Raw
1
2
3
4
5
6
#include "metatile.h"
Metatile::Metatile()
{
tiles = new QList<Tile>;
}