source: trunk/include/custombuild.h@ 7238

Last change on this file since 7238 was 7238, checked in by sandervl, 24 years ago

* empty log message *

File size: 362 bytes
Line 
1#ifndef __CUSTOMBUILD_H__
2#define __CUSTOMBUILD_H__
3
4//HKEY_LOCAL_MACHINE
5#define CUSTOM_BUILD_OPTIONS_KEY "System\\CustomBuild"
6#define DISABLE_AUDIO_KEY "DisableAudio"
7
8extern BOOL fCustomBuild;
9
10void InitDirectoriesCustom(char *szSystemDir, char *szWindowsDir);
11
12void DisableOdinIni();
13void DisableOdinSysMenuItems();
14
15#endif /*__CUSTOMBUILD_H__*/
16
Note: See TracBrowser for help on using the repository browser.