pnotify
This commit is contained in:
parent
039acd1ad4
commit
7c6eef84a4
|
|
@ -31,7 +31,7 @@
|
|||
// within the Panda environment.
|
||||
|
||||
#include "directbase.h"
|
||||
#include "notify.h"
|
||||
#include "pnotify.h"
|
||||
#include "filename.h"
|
||||
#include "numeric_types.h"
|
||||
#include "pvector.h"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "smoothMover.h"
|
||||
#include "notify.h"
|
||||
#include "pnotify.h"
|
||||
#include "compose_matrix.h"
|
||||
|
||||
SmoothMover::SmoothMode SmoothMover::_smooth_mode = SmoothMover::SM_off;
|
||||
|
|
|
|||
Loading…
Reference in New Issue