source: trunk/gsinstaller/gsConfig.h@ 3177

Last change on this file since 3177 was 1397, checked in by cs025, 24 years ago

Initial revision

  • Property svn:keywords set to Author Date Id Revision
File size: 213 bytes
Line 
1#ifndef _GSCONFIG_H_
2#define _GSCONFIG_H_
3#include <windows.h>
4
5class gsConfiguration
6{ private:
7 protected:
8 public:
9 gsConfiguration();
10 void install(char *exePath, char *collectPath);
11};
12#endif
Note: See TracBrowser for help on using the repository browser.