mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
8 lines
106 B
C++
8 lines
106 B
C++
#include "animatable.h"
|
|
#include "animationController.h"
|
|
|
|
namespace vb01{
|
|
Animatable::Animatable(){
|
|
}
|
|
}
|