mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 01:31:25 +00:00
Delete cannon_jet_proto.c. SIM_cannon_jet will use cannon_aero_proto.h as the tutorial says.
This commit is contained in:
parent
d160d70990
commit
6657c7b0dc
@ -1,28 +0,0 @@
|
||||
/*********************************** TRICK HEADER **************************
|
||||
PURPOSE: (Test Baseball)
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef CANNON_JET_PROTO_H
|
||||
#define CANNON_JET_PROTO_H
|
||||
|
||||
#include "cannon_aero.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
int cannon_force_jet(CANNON_AERO*);
|
||||
int cannon_init_aero(CANNON_AERO*) ;
|
||||
int cannon_force_gravity(CANNON_AERO*) ;
|
||||
int cannon_force_drag(CANNON_AERO*) ;
|
||||
int cannon_force_lift(CANNON_AERO*) ;
|
||||
int cannon_force_cross(CANNON_AERO*) ;
|
||||
int cannon_collect_forces(CANNON_AERO*) ;
|
||||
int cannon_integ_aero(CANNON_AERO*) ;
|
||||
double cannon_impact_aero(CANNON_AERO*) ;
|
||||
int cannon_aero_default_data(CANNON_AERO*) ;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user