diff --git a/StoryPresent/StoryPresent.vcxproj b/StoryPresent/StoryPresent.vcxproj index 24e63fe..12d1c12 100644 --- a/StoryPresent/StoryPresent.vcxproj +++ b/StoryPresent/StoryPresent.vcxproj @@ -114,7 +114,7 @@ - + @@ -126,7 +126,7 @@ - + diff --git a/StoryPresent/StoryPresent.vcxproj.filters b/StoryPresent/StoryPresent.vcxproj.filters index 9464d77..0e1f124 100644 --- a/StoryPresent/StoryPresent.vcxproj.filters +++ b/StoryPresent/StoryPresent.vcxproj.filters @@ -49,7 +49,7 @@ Source Files - + Source Files @@ -66,7 +66,7 @@ Header Files - + Header Files diff --git a/StoryPresent/view_present.cpp b/StoryPresent/cmp_present.cpp similarity index 99% rename from StoryPresent/view_present.cpp rename to StoryPresent/cmp_present.cpp index 18821dd..5cce0f4 100644 --- a/StoryPresent/view_present.cpp +++ b/StoryPresent/cmp_present.cpp @@ -1,4 +1,4 @@ -#include "view_present.h" +#include "cmp_present.h" #include #include #include diff --git a/StoryPresent/view_present.h b/StoryPresent/cmp_present.h similarity index 100% rename from StoryPresent/view_present.h rename to StoryPresent/cmp_present.h diff --git a/StoryPresent/main.cpp b/StoryPresent/main.cpp index 0fa862e..6d9ac08 100644 --- a/StoryPresent/main.cpp +++ b/StoryPresent/main.cpp @@ -2,7 +2,7 @@ #include "dag_layout.h" #include "xast_parse.h" #include "dag_present.h" -#include "view_present.h" +#include "cmp_present.h" #include #include #include diff --git a/StoryPresent/storypresent.h b/StoryPresent/storypresent.h index 09967e4..d23e4d4 100644 --- a/StoryPresent/storypresent.h +++ b/StoryPresent/storypresent.h @@ -1,6 +1,8 @@ #pragma once #include +#include "dag_present.h" +#include "xast_parse.h" class StoryPresent : public QMainWindow { Q_OBJECT