7 lines
145 B
C++
7 lines
145 B
C++
|
#include <cassert>
|
||
|
#include "xf/timeout.h"
|
||
|
#include "xf/initialevent.h"
|
||
|
#include "xf/behavior.h"
|
||
|
|
||
|
// TODO: Implement code for XFBehavior class
|