10 lines
87 B
C
10 lines
87 B
C
|
|
#ifndef TIMELINE_GLOBALS_H
|
||
|
|
#define TIMELINE_GLOBALS_H
|
||
|
|
|
||
|
|
namespace TimeLine
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
#endif
|