first commit
This commit is contained in:
22
include/platform/time/ntime_range.h
Normal file
22
include/platform/time/ntime_range.h
Normal file
@ -0,0 +1,22 @@
|
||||
/* -----------------------------------------------------------------------------
|
||||
GSFramework
|
||||
Copyright 2001-2013 Emmanuel Julien. All Rights Reserved.
|
||||
----------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
#ifndef __TIMERANGE__
|
||||
#define __TIMERANGE__
|
||||
|
||||
|
||||
#include "math/nrange.h"
|
||||
#include "time/ntime.h"
|
||||
|
||||
|
||||
namespace GS {
|
||||
|
||||
typedef Range <Time> TimeRange;
|
||||
|
||||
} // GS
|
||||
|
||||
|
||||
#endif // __TIMERANGE__
|
||||
Reference in New Issue
Block a user