X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=CheaterTypes.h;h=5ac3614b04bc629ce3419e6b9fe02a9ba6d6630c;hb=3dc6bafe277475bafea57a70e5f9b16cb60365d1;hp=cc16e252d539bf4e85c58da3eb019d28802b4f89;hpb=d27548f80fe411fda2ee69c74a24eab4292267e9;p=chaz%2Fthecheat diff --git a/CheaterTypes.h b/CheaterTypes.h index cc16e25..5ac3614 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.dogcows.com/chaz/wiki/TheCheat + * + * Copyright (c) 2003-2010, 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;