mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
pnotify
This commit is contained in:
parent
039acd1ad4
commit
7c6eef84a4
@ -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"
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user