Last change
on this file since 17 was 14, checked in by Nicholas Riley, 22 years ago |
F-Script Anywhere 1.1.2
|
File size:
319 bytes
|
Rev | Line | |
---|
[7] | 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 |
|
---|
[14] | 11 | #define FSA_DEBUG 0
|
---|
[7] | 12 | #define FSA_VERSION "1.1.2"
|
---|
| 13 |
|
---|
| 14 | extern void FSALog(NSString *fmt, ...);
|
---|
| 15 | extern NSString * FSA_FScriptURL; |
---|
Note:
See
TracBrowser
for help on using the repository browser.