mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
missing file
This commit is contained in:
parent
e5cb25b7bd
commit
5b088c851c
@ -19,7 +19,7 @@
|
|||||||
nppanda3d_common.h \
|
nppanda3d_common.h \
|
||||||
ppDownloadRequest.h ppDownloadRequest.I \
|
ppDownloadRequest.h ppDownloadRequest.I \
|
||||||
ppInstance.h ppInstance.I \
|
ppInstance.h ppInstance.I \
|
||||||
ppObject.h \
|
ppObject.h ppObject.I \
|
||||||
startup.h
|
startup.h
|
||||||
|
|
||||||
#define INCLUDED_SOURCES \
|
#define INCLUDED_SOURCES \
|
||||||
|
25
direct/src/plugin_npapi/ppObject.I
Normal file
25
direct/src/plugin_npapi/ppObject.I
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
// Filename: ppObject.I
|
||||||
|
// Created by: drose (03Jul09)
|
||||||
|
//
|
||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// PANDA 3D SOFTWARE
|
||||||
|
// Copyright (c) Carnegie Mellon University. All rights reserved.
|
||||||
|
//
|
||||||
|
// All use of this software is subject to the terms of the revised BSD
|
||||||
|
// license. You should have received a copy of this license along
|
||||||
|
// with this source code in a file named "LICENSE."
|
||||||
|
//
|
||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
// Function: PPObject::set_p3d_object
|
||||||
|
// Access: Public
|
||||||
|
// Description: Returns the p3d_object this PPObject maps to. This
|
||||||
|
// may be NULL if the object is not fully initialized.
|
||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
inline P3D_object *PPObject::
|
||||||
|
get_p3d_object() const {
|
||||||
|
return _p3d_object;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user