This commit is contained in:
David Rose 2006-03-20 03:58:59 +00:00
parent 039acd1ad4
commit 7c6eef84a4
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
// within the Panda environment. // within the Panda environment.
#include "directbase.h" #include "directbase.h"
#include "notify.h" #include "pnotify.h"
#include "filename.h" #include "filename.h"
#include "numeric_types.h" #include "numeric_types.h"
#include "pvector.h" #include "pvector.h"

View File

@ -17,7 +17,7 @@
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include "smoothMover.h" #include "smoothMover.h"
#include "notify.h" #include "pnotify.h"
#include "compose_matrix.h" #include "compose_matrix.h"
SmoothMover::SmoothMode SmoothMover::_smooth_mode = SmoothMover::SM_off; SmoothMover::SmoothMode SmoothMover::_smooth_mode = SmoothMover::SM_off;