#ifndef _OP_REPULSEBOUNCE_H

#define _OP_REPULSEBOUNCE_H



#include "gvbase.h"



enum

{

	RB_VERSION = 1000,

	RB_REPULSION,

	RB_BOUNCE,

	RB_ELAST,

	RB_MASS,



	

//Inports

	IN_RB_ON = 2000,

	IN_RB_PARTICLEA,

	IN_RB_PARTICLEB,

	IN_RB_ATIME

};









#endif