summaryrefslogtreecommitdiffstats
path: root/private/oleutest/simpdnd/tests.h
blob: 30d3b1baa4baa633c71866c111ae7a1d61e01cd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//+-------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1992 - 1993.
//
//  File: 	tests.h
//
//  Contents: 	Declarations for the unit test functions
//
//  Classes:
//
//  Functions:
//
//  History:    dd-mmm-yy Author    Comment
//  		07-Feb-94 alexgo    author
//
//--------------------------------------------------------------------------

#ifndef __TESTS_H
#define __TESTS_H

void StartTest1(CSimpleApp *);
void StartTest2(CSimpleApp *);

#endif