15 * You should have received a copy of the GNU General Public License |
15 * You should have received a copy of the GNU General Public License |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 */ |
17 */ |
18 |
18 |
19 #pragma once |
19 #pragma once |
20 #include "../ldObject.h" |
20 #include "../linetypes/modelobject.h" |
21 |
21 |
22 /* |
22 /* |
23 * Represents a single code-2 line in the LDraw code file. |
23 * Represents a single code-2 line in the LDraw code file. |
24 */ |
24 */ |
25 class LDEdgeLine : public LDObject |
25 class LDEdgeLine : public LDObject |