X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=CheaterTypes.h;h=a75cd5c5f8002cb8cc67cb80863853f611c239cb;hb=refs%2Fheads%2Fyishen;hp=cc16e252d539bf4e85c58da3eb019d28802b4f89;hpb=d27548f80fe411fda2ee69c74a24eab4292267e9;p=chaz%2Fthecheat diff --git a/CheaterTypes.h b/CheaterTypes.h index cc16e25..a75cd5c 100644 --- a/CheaterTypes.h +++ b/CheaterTypes.h @@ -1,10 +1,14 @@ -// -// CheaterTypes.h -// The Cheat -// -// Created by Chaz McGarvey on 12/23/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +/* + * The Cheat - The legendary universal game trainer for Mac OS X. + * http://www.brokenzipper.com/trac/wiki/TheCheat + * + * Copyright (c) 2003-2011, Charles McGarvey et al. + * + * Distributable under the terms and conditions of the 2-clause BSD + * license; see the file COPYING for the legal text of the license. + */ + #ifndef _CheaterTypes_H #define _CheaterTypes_H @@ -39,7 +43,7 @@ #pragma mark Miscellaneous Types /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ -typedef vm_address_t TCAddress; +typedef mach_vm_address_t TCAddress; typedef unsigned char TCVariableType;