summaryrefslogtreecommitdiff
path: root/support/konwerter/czyt_zapis.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/konwerter/czyt_zapis.h')
-rw-r--r--support/konwerter/czyt_zapis.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/support/konwerter/czyt_zapis.h b/support/konwerter/czyt_zapis.h
new file mode 100644
index 0000000000..db4a68ec12
--- /dev/null
+++ b/support/konwerter/czyt_zapis.h
@@ -0,0 +1,11 @@
+#ifndef czyt_zapis
+#define czyt_zapis
+
+#include<iostream>
+#include<fstream>
+#include<string.h>
+using namespace std;
+int wczytaj_linie(char *,int *, int, ifstream &);
+int wczytaj_linie_tex(char *,int *, int, ifstream &);
+
+#endif