trick/trick_models/cannon/gravity/include/cannon_dt_proto.h
2015-02-26 09:02:31 -06:00

27 lines
515 B
C

/*
* $Id: cannon_dt_proto.h 1496 2011-04-12 12:27:43Z wwoodard $
*/
/*************************************************************************
PURPOSE: (Cannonball Prototypes)
**************************************************************************/
#ifndef _cannon_proto_h_
#define _cannon_proto_h_
#include <stdio.h>
#include "cannon.h"
#ifdef __cplusplus
extern "C" {
#endif
int cannon_dt(CANNON*) ;
int cannon_init(CANNON*) ;
int cannon_default_data(CANNON*) ;
#ifdef __cplusplus
}
#endif
#endif