]> Dogcows Code - chaz/thecheat/blob - CheatURLCommand.h
ade06ae25a91baf3599cf51a3ba2e3f0dde4d470
[chaz/thecheat] / CheatURLCommand.h
1
2 /*
3 * The Cheat - The legendary universal game trainer for Mac OS X.
4 * http://www.dogcows.com/chaz/wiki/TheCheat
5 *
6 * Copyright (c) 2003-2010, Charles McGarvey et al.
7 *
8 * Distributable under the terms and conditions of the 2-clause BSD
9 * license; see the file COPYING for the legal text of the license.
10 */
11
12
13 #import <Cocoa/Cocoa.h>
14 #import "ChazLog.h"
15
16 #import "CheatDocument.h"
17
18
19 @interface CheatURLCommand : NSScriptCommand
20 {
21
22 }
23
24 @end
This page took 0.032178 seconds and 3 git commands to generate.