view include/update.h @ 22:92188f60323d default tip

Implement Masking function on Preview Dialog.
author pyon@macmini
date Sat, 04 Apr 2015 17:23:46 +0900
parents 226774bf49fc
children
line wrap: on
line source

// Filename   : update.h
// Last Change: 08-Dec-2014.

#ifndef __UPDATE_H__
#define __UPDATE_H__

#include "common.h"

int CheckNewFiles( wxString shared );
void GetFile( wxString target, wxString newfile );
void PutFile( wxString newfile, wxString target );

#endif //__UPDATE_H__