summaryrefslogtreecommitdiffstats
path: root/src/game/shared/gravity.hh
blob: 19387c1d258c15877bb702a76cd1dd56852930c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SHARED_GRAVITY_HH
#define SHARED_GRAVITY_HH 1
#pragma once

class Dimension;

struct GravityComponent final {
public:
    static void fixed_update(Dimension* dimension);
};

#endif // SHARED_GRAVITY_HH