Skip to content

Commit

Permalink
Windows|libcore: Missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 28, 2019
1 parent 0f2ccb8 commit e11ae9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doomsday/sdk/libcore/include/de/core/slope.h
Expand Up @@ -22,7 +22,11 @@

namespace de {

struct Slope
/**
* Combination of a yaw angle and Z slope at an XY distance of 1.0 units.
* @ingroup math
*/
DENG2_PUBLIC struct Slope
{
float angle; // radians
float slope;
Expand Down

0 comments on commit e11ae9f

Please sign in to comment.