2 * Copyright 2012-2013 Tri-Edge AI <triedgeai@gmail.com>
3 * Copyright 2014 Haiku, Inc. All rights reserved.
5 * Distributed under the terms of the MIT license.
9 * John Scipione, jscipione@gmail.com
11 #ifndef GRAVITY_VIEW_H
12 #define GRAVITY_VIEW_H
22 class GravityView
: public BGLView
{
24 GravityView(BRect frame
, Gravity
* parent
);
27 void AttachedToWindow();
33 GravitySource
* fGravitySource
;
40 #endif // GRAVITY_VIEW_H