diff options
author | Brian Cully <bjc@kublai.com> | 2008-04-14 21:45:08 -0400 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2008-04-14 21:45:08 -0400 |
commit | 17349a5e426dc7acf1216a3767a22f69974cbca0 (patch) | |
tree | 20029d02f07ab6257cccec36d34fb312f796e1d1 /Plugins/BuiltInFunctions/BuiltInFunctions.h | |
download | liaison-17349a5e426dc7acf1216a3767a22f69974cbca0.tar.gz liaison-17349a5e426dc7acf1216a3767a22f69974cbca0.zip |
Initial commit.
Diffstat (limited to 'Plugins/BuiltInFunctions/BuiltInFunctions.h')
-rw-r--r-- | Plugins/BuiltInFunctions/BuiltInFunctions.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Plugins/BuiltInFunctions/BuiltInFunctions.h b/Plugins/BuiltInFunctions/BuiltInFunctions.h new file mode 100644 index 0000000..ad4208e --- /dev/null +++ b/Plugins/BuiltInFunctions/BuiltInFunctions.h @@ -0,0 +1,12 @@ +/* + * BuiltInFunctions.h + * BuiltInFunctions + * + * Created by Brian Cully on Sun Aug 17 2003. + * Copyright (c) 2003 Brian Cully. All rights reserved. + * + */ + +#import <LiPlugin/LiPlugin.h> +#import <Carbon/Carbon.h> +#import <Cocoa/Cocoa.h>
\ No newline at end of file |