source: releases/F-Script Anywhere/1.1.2a1/Source/FSAnywhere.h@ 111

Last change on this file since 111 was 7, checked in by Nicholas Riley, 22 years ago

F-Script Anywhere 1.1.2a1

File size: 319 bytes
Line 
1/*
2 * FSAnywhere.h
3 * F-Script Anywhere
4 *
5 * Created by Nicholas Riley on Sat Feb 02 2002.
6 * Copyright (c) 2002 Nicholas Riley. All rights reserved.
7 *
8 */
9#import <Foundation/Foundation.h>
10
11#define FSA_DEBUG 1
12#define FSA_VERSION "1.1.2"
13
14extern void FSALog(NSString *fmt, ...);
15extern NSString * FSA_FScriptURL;
Note: See TracBrowser for help on using the repository browser.