summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Authorization.h
blob: 107bb5f61b1d6571162211e7af830278e28b5e51 (plain)
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
28
29
30
/*  Project Starshatter 4.5
    Destroyer Studios LLC
    Copyright © 1997-2004. All Rights Reserved.

    SUBSYSTEM:    Stars.exe
    FILE:         Authorization.h
    AUTHOR:       John DiCamillo


    OVERVIEW
    ========
    Authorization Sprite class
*/

#ifndef Authorization_h
#define Authorization_h

#include "Types.h"

// +--------------------------------------------------------------------+

class Authorization
{
public:
   static bool          IsUserAuthorized();
   static const char*   GetSerialNumber();
};

#endif Authorization_h