diff include/net.h @ 10:36811fd22bd2

v1.4
author pyon@macmini
date Thu, 08 Nov 2018 19:15:43 +0900
parents ae89ce4793d8
children 799b6008db8e
line wrap: on
line diff
--- a/include/net.h	Wed Oct 31 20:10:29 2018 +0900
+++ b/include/net.h	Thu Nov 08 19:15:43 2018 +0900
@@ -1,5 +1,5 @@
 // Filename   : net.h
-// Last Change: 2018-10-31 水 10:34:32.
+// Last Change: 2018-11-08 木 10:09:04.
 //
 
 #ifndef __NET_H__
@@ -23,6 +23,7 @@
 		bool GetDB();
 		int  GetImagesSize( wxString hhs, wxString date );
 		void GetImages( wxString hhs, wxString date );
+		void GetImages2Memory( wxString hhs, wxString date );
 };
 
 #endif //__NET_H__