diff --git a/src/drivers/win/taseditlib/taseditproj.cpp b/src/drivers/win/taseditlib/taseditproj.cpp new file mode 100644 index 00000000..7699d401 --- /dev/null +++ b/src/drivers/win/taseditlib/taseditproj.cpp @@ -0,0 +1,6 @@ +//Implementation file of TASEdit Project file object +//Written by Chris220 + +//Contains all the TASEDit project and all files/settings associated with it +//Also contains all methods for manipulting the project files/settings, and saving them to disk + diff --git a/src/drivers/win/taseditlib/taseditproj.h b/src/drivers/win/taseditlib/taseditproj.h new file mode 100644 index 00000000..b13216c1 --- /dev/null +++ b/src/drivers/win/taseditlib/taseditproj.h @@ -0,0 +1,5 @@ +//Specification file for the TASEdit Project file object +//Written by Chris220 + +//Contains all the TASEDit project and all files/settings associated with it +//Also contains all methods for manipulting the project files/settings, and saving them to disk \ No newline at end of file