mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
general: Remove vestigial typedef.h file
This commit is contained in:
parent
3ef5d96efc
commit
e4013226e1
@ -22,11 +22,6 @@
|
|||||||
typedef long time_t;
|
typedef long time_t;
|
||||||
typedef long clock_t;
|
typedef long clock_t;
|
||||||
|
|
||||||
typedef unsigned int uint;
|
|
||||||
typedef unsigned long ulong;
|
|
||||||
typedef unsigned short ushort;
|
|
||||||
typedef unsigned char uchar;
|
|
||||||
|
|
||||||
#ifdef _WIN64
|
#ifdef _WIN64
|
||||||
#define __SIZE_TYPE__ unsigned long long
|
#define __SIZE_TYPE__ unsigned long long
|
||||||
#define __PTRDIFF_TYPE__ long long
|
#define __PTRDIFF_TYPE__ long long
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
#include "typedWritableReferenceCount.h"
|
#include "typedWritableReferenceCount.h"
|
||||||
#include "pointerTo.h"
|
#include "pointerTo.h"
|
||||||
#include "namable.h"
|
#include "namable.h"
|
||||||
#include "typedef.h"
|
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "plist.h"
|
#include "plist.h"
|
||||||
#include "luse.h"
|
#include "luse.h"
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
#ifndef DISPLAYINFORMATION_H
|
#ifndef DISPLAYINFORMATION_H
|
||||||
#define DISPLAYINFORMATION_H
|
#define DISPLAYINFORMATION_H
|
||||||
|
|
||||||
#include "typedef.h"
|
|
||||||
#include "graphicsStateGuardian.h"
|
#include "graphicsStateGuardian.h"
|
||||||
|
|
||||||
struct EXPCL_PANDA_DISPLAY DisplayMode {
|
struct EXPCL_PANDA_DISPLAY DisplayMode {
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "parserDefs.h"
|
#include "parserDefs.h"
|
||||||
#include "typedef.h"
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#define ANIMBUNDLEMAKER_H
|
#define ANIMBUNDLEMAKER_H
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "typedef.h"
|
#include "numeric_types.h"
|
||||||
|
|
||||||
class EggNode;
|
class EggNode;
|
||||||
class EggGroupNode;
|
class EggGroupNode;
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#include "vertexSlider.h"
|
#include "vertexSlider.h"
|
||||||
#include "character.h"
|
#include "character.h"
|
||||||
#include "vector_PartGroupStar.h"
|
#include "vector_PartGroupStar.h"
|
||||||
#include "typedef.h"
|
|
||||||
#include "pmap.h"
|
#include "pmap.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
|
|
||||||
#include "typedef.h"
|
|
||||||
#include "typedObject.h"
|
#include "typedObject.h"
|
||||||
#include "typedWritableReferenceCount.h"
|
#include "typedWritableReferenceCount.h"
|
||||||
#include "pointerTo.h"
|
#include "pointerTo.h"
|
||||||
|
@ -47,7 +47,7 @@ set(P3EXPRESS_HEADERS
|
|||||||
subfileInfo.h subfileInfo.I
|
subfileInfo.h subfileInfo.I
|
||||||
temporaryFile.h temporaryFile.I
|
temporaryFile.h temporaryFile.I
|
||||||
trueClock.I trueClock.h
|
trueClock.I trueClock.h
|
||||||
typedReferenceCount.I typedReferenceCount.h typedef.h
|
typedReferenceCount.I typedReferenceCount.h
|
||||||
virtualFileList.I virtualFileList.h
|
virtualFileList.I virtualFileList.h
|
||||||
virtualFileComposite.h virtualFileComposite.I
|
virtualFileComposite.h virtualFileComposite.I
|
||||||
virtualFile.h virtualFile.I
|
virtualFile.h virtualFile.I
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#define BUFFER_H
|
#define BUFFER_H
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "typedef.h"
|
|
||||||
#include "referenceCount.h"
|
#include "referenceCount.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#define ERROR_UTILS_H
|
#define ERROR_UTILS_H
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "typedef.h"
|
|
||||||
|
|
||||||
BEGIN_PUBLISH
|
BEGIN_PUBLISH
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#define HASHVAL_H
|
#define HASHVAL_H
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "typedef.h"
|
|
||||||
#include "pnotify.h"
|
#include "pnotify.h"
|
||||||
#include "ramfile.h"
|
#include "ramfile.h"
|
||||||
#include "datagram.h"
|
#include "datagram.h"
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
#ifdef HAVE_OPENSSL
|
#ifdef HAVE_OPENSSL
|
||||||
|
|
||||||
#include "typedef.h"
|
|
||||||
#include "pnotify.h"
|
#include "pnotify.h"
|
||||||
#include "filename.h"
|
#include "filename.h"
|
||||||
#include "plist.h"
|
#include "plist.h"
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "pointerToVoid.h"
|
#include "pointerToVoid.h"
|
||||||
#include "referenceCount.h"
|
#include "referenceCount.h"
|
||||||
#include "typedef.h"
|
|
||||||
#include "memoryUsage.h"
|
#include "memoryUsage.h"
|
||||||
#include "config_express.h"
|
#include "config_express.h"
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#define RAMFILE_H
|
#define RAMFILE_H
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "typedef.h"
|
|
||||||
#include "referenceCount.h"
|
#include "referenceCount.h"
|
||||||
#include "extension.h"
|
#include "extension.h"
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#define TRUECLOCK_H
|
#define TRUECLOCK_H
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
#include "typedef.h"
|
|
||||||
#include "pdeque.h"
|
#include "pdeque.h"
|
||||||
#include "mutexImpl.h"
|
#include "mutexImpl.h"
|
||||||
#include "config_express.h"
|
#include "config_express.h"
|
||||||
|
@ -1,29 +0,0 @@
|
|||||||
/**
|
|
||||||
* 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."
|
|
||||||
*
|
|
||||||
* @file typedef.h
|
|
||||||
* @author mike
|
|
||||||
* @date 1997-01-09
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef TYPEDEF_H
|
|
||||||
#define TYPEDEF_H
|
|
||||||
|
|
||||||
#include "pandabase.h"
|
|
||||||
#include "numeric_types.h"
|
|
||||||
|
|
||||||
typedef unsigned char uchar;
|
|
||||||
typedef unsigned short ushort;
|
|
||||||
typedef unsigned int uint;
|
|
||||||
typedef unsigned long ulong;
|
|
||||||
|
|
||||||
typedef int64_t longlong;
|
|
||||||
typedef uint64_t ulonglong;
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
|
@ -16,8 +16,6 @@
|
|||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
|
|
||||||
#include "typedef.h"
|
|
||||||
|
|
||||||
BEGIN_PUBLISH
|
BEGIN_PUBLISH
|
||||||
|
|
||||||
enum CoordinateSystem {
|
enum CoordinateSystem {
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
#include "parametricCurveCollection.h"
|
#include "parametricCurveCollection.h"
|
||||||
|
|
||||||
#include "typedef.h"
|
|
||||||
#include "pvector.h"
|
#include "pvector.h"
|
||||||
|
|
||||||
class HermiteCurve;
|
class HermiteCurve;
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
#include "pandaNode.h"
|
#include "pandaNode.h"
|
||||||
#include "luse.h"
|
#include "luse.h"
|
||||||
|
|
||||||
#include "typedef.h"
|
|
||||||
#include "plist.h"
|
#include "plist.h"
|
||||||
#include "pvector.h"
|
#include "pvector.h"
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
|
|
||||||
#include "typedef.h"
|
|
||||||
|
|
||||||
BEGIN_PUBLISH
|
BEGIN_PUBLISH
|
||||||
|
|
||||||
enum ColorSpace {
|
enum ColorSpace {
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
|
|
||||||
#include "typedef.h"
|
|
||||||
#include "typedObject.h"
|
#include "typedObject.h"
|
||||||
#include "typedWritableReferenceCount.h"
|
#include "typedWritableReferenceCount.h"
|
||||||
#include "pointerTo.h"
|
#include "pointerTo.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user