mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
need memoryBase.cxx
This commit is contained in:
parent
55225290b8
commit
251d3a0c10
@ -43,6 +43,7 @@
|
||||
atomicAdjustPosixImpl.cxx \
|
||||
atomicAdjustWin32Impl.cxx \
|
||||
dtoolbase.cxx \
|
||||
memoryBase.cxx \
|
||||
mutexDummyImpl.cxx \
|
||||
mutexNsprImpl.cxx \
|
||||
mutexLinuxImpl.cxx \
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include "memoryBase.cxx"
|
||||
#include "mutexDummyImpl.cxx"
|
||||
#include "mutexNsprImpl.cxx"
|
||||
#include "mutexLinuxImpl.cxx"
|
||||
|
19
dtool/src/dtoolbase/memoryBase.cxx
Executable file
19
dtool/src/dtoolbase/memoryBase.cxx
Executable file
@ -0,0 +1,19 @@
|
||||
// Filename: memoryBase.cxx
|
||||
// Created by: drose (16Nov06)
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// PANDA 3D SOFTWARE
|
||||
// Copyright (c) 2001 - 2004, Disney Enterprises, Inc. All rights reserved
|
||||
//
|
||||
// All use of this software is subject to the terms of the Panda 3d
|
||||
// Software license. You should have received a copy of this license
|
||||
// along with this source code; you will also find a current copy of
|
||||
// the license at http://etc.cmu.edu/panda3d/docs/license/ .
|
||||
//
|
||||
// To contact the maintainers of this program write to
|
||||
// panda3d-general@lists.sourceforge.net .
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "memoryBase.h"
|
Loading…
x
Reference in New Issue
Block a user