data dirs renamed
[k8-i-v-a-n.git] / Doc / Obsolete / LibTest.txt
blobc1fad10e2e06cd1e6336533e03770abdbb5c4f95
1 ----------------------------------------------------------------------------
3                 Fatal Error Library Test (LibTest) documentation
5 ----------------------------------------------------------------------------
7 Overview:
8 ---------
10 A low-level program designed to view the capabilities of project libraries
11 and to detect possible bugs in them with ease.
13 Classes:
14 --------
16 None.
18 Globals:
19 --------
21 int Main(HINSTANCE hInst, HINSTANCE hPrevInst, HWND* hWnd, LPSTR pCmdLine,
22          int nCmdShow)
24         The only function of the project, called by FEEL's WinMain. All
25         testing code should be placed here.
27 ----------------------------------------------------------------------------
29 End of document.