projects
/
synfig.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Separated several classes into header files from tool main.cpp
[synfig.git]
/
synfig-osx
/
launcher
/
SynfigApplication.h
1
//
2
// SynfigApplication.h
3
// Synfig Studio
4
//
5
// Created by Robert Quattlebaum on Sun Nov 21 2004.
6
// Copyright (c) 2004 __MyCompanyName__. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
#import "X11Application.h"
11
12
@interface SynfigApplication : X11Application {
13
14
}
15
16
@end