Refactor project structure
This commit is contained in:
6
core/anslicensing/download.h
Normal file
6
core/anslicensing/download.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef __DOWNLOAD_H
|
||||
#define __DOWNLOAD_H
|
||||
|
||||
void UrlDownloadToString(const char * url, char * buffer, int * len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user