10 lines
233 B
C++
10 lines
233 B
C++
|
//
|
||
|
// File: foldhaus_animation_serializer.cpp
|
||
|
// Author: Peter Slattery
|
||
|
// Creation Date: 2020-10-04
|
||
|
//
|
||
|
#ifndef FOLDHAUS_ANIMATION_SERIALIZER_CPP
|
||
|
|
||
|
|
||
|
#define FOLDHAUS_ANIMATION_SERIALIZER_CPP
|
||
|
#endif // FOLDHAUS_ANIMATION_SERIALIZER_CPP
|