Skip to content

Commit

Permalink
xrPhysics: Export symbol ph_world
Browse files Browse the repository at this point in the history
  • Loading branch information
Zegeri authored and eagleivg committed Nov 6, 2018
1 parent ae40a3a commit 6e9c8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrPhysics/PHWorld.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ class CPHWorld : public pureFrame,
m_update_callback = cb;
}
};
extern CPHWorld* ph_world;
extern XRPHYSICS_API CPHWorld* ph_world;
IC CPHWorld& inl_ph_world() { return *ph_world; }

0 comments on commit 6e9c8ff

Please sign in to comment.