john146 / imsimreal

Objective-C Physics package for games and simulations on Macintosh and iPhone

This URL has Read+Write access

imsimreal / IMSRGravityTestCases.h
100644 20 lines (13 sloc) 0.281 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
// IMSRGravityTestCases.h
// imSimReal
//
// Created by John Ahrens on 12/21/08.
// Copyright 2008 John Ahrens, LLC. All rights reserved.
//
 
#import <SenTestingKit/SenTestingKit.h>
 
 
@interface IMSRGravityTestCases : SenTestCase
{
 
}
 
- (void)testCreateIMSRGravity;
 
@end