Commit f685382d by Szeberényi Imre

vsproj fix

parent d4d71955
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
> >
</File> </File>
<File <File
RelativePath=".\main.cpp" RelativePath=".\alakzat3_main.cpp"
> >
</File> </File>
<File <File
...@@ -195,9 +195,17 @@ ...@@ -195,9 +195,17 @@
> >
</File> </File>
<File <File
RelativePath=".\poligon.cpp"
>
</File>
<File
RelativePath=".\memtrace.cpp" RelativePath=".\memtrace.cpp"
> >
</File> </File>
<File
RelativePath=".\rajztabla.cpp"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
...@@ -225,9 +233,21 @@ ...@@ -225,9 +233,21 @@
> >
</File> </File>
<File <File
RelativePath=".\memtrace.h" RelativePath=".\poligon.h"
>
</File>
<File
RelativePath=".\rajztabla.h"
>
</File>
<File
RelativePath=".\gen_array.hpp"
> >
</File> </File>
<File
RelativePath=".\memtrace.h"
>
</File>
</Filter> </Filter>
</Files> </Files>
<Globals> <Globals>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* >= 9 - Rajztaba generikus tömböt használ. * >= 9 - Rajztaba generikus tömböt használ.
*/ */
#define ELKESZULT 5 #define ELKESZULT 0
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include "gtest_lite.h" #include "gtest_lite.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment