From 830601fd9243cea0fedda85489cb7520f6c18510 Mon Sep 17 00:00:00 2001 From: rentzsch Date: Thu, 17 Jan 2008 12:35:32 +0000 Subject: [PATCH] [CHANGE] mogenerator: move templates into their own directory. --- human.h.motemplate => templates/human.h.motemplate | 0 human.m.motemplate => templates/human.m.motemplate | 0 machine.h.motemplate => templates/machine.h.motemplate | 0 machine.m.motemplate => templates/machine.m.motemplate | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename human.h.motemplate => templates/human.h.motemplate (100%) rename human.m.motemplate => templates/human.m.motemplate (100%) rename machine.h.motemplate => templates/machine.h.motemplate (100%) rename machine.m.motemplate => templates/machine.m.motemplate (100%) diff --git a/human.h.motemplate b/templates/human.h.motemplate similarity index 100% rename from human.h.motemplate rename to templates/human.h.motemplate diff --git a/human.m.motemplate b/templates/human.m.motemplate similarity index 100% rename from human.m.motemplate rename to templates/human.m.motemplate diff --git a/machine.h.motemplate b/templates/machine.h.motemplate similarity index 100% rename from machine.h.motemplate rename to templates/machine.h.motemplate diff --git a/machine.m.motemplate b/templates/machine.m.motemplate similarity index 100% rename from machine.m.motemplate rename to templates/machine.m.motemplate