Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libcore: Range template with dsize as value type
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 74abb82 commit a2b44f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/libs/core/include/de/core/range.h
Expand Up @@ -156,6 +156,7 @@ typedef Range<dint32> Rangei;
typedef Range<duint32> Rangeui;
typedef Range<dint64> Rangei64;
typedef Range<duint64> Rangeui64;
typedef Range<dsize> Rangez;
typedef Range<dfloat> Rangef;
typedef Range<ddouble> Ranged;

Expand Down

0 comments on commit a2b44f6

Please sign in to comment.