mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Declare the -getsample:: method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@25521 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f2ac847ff4
commit
2050099a6e
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-10-07 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gsc/GSFunction.h: Declare the -getsample:: method in
|
||||
header.
|
||||
|
||||
2007-10-05 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/art/shfill.m (-DPSshfill:): Correct typing error. Remove
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
}
|
||||
|
||||
- (id) initWith: (NSDictionary *)d;
|
||||
- (double) getsample: (int)sample : (int) i;
|
||||
- (void) eval: (double *)inValues : (double *)outValues;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue