src/linetypes/edgeline.h

changeset 1147
a26568aa3cce
parent 1141
7dc2c981937e
child 1186
eae8b3bce545
child 1261
5d2c9d36da9d
equal deleted inserted replaced
1146:bb728c124d47 1147:a26568aa3cce
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

mercurial