mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
trivial syntax
This commit is contained in:
parent
ccc1ef45ca
commit
213d45c53c
@ -19,12 +19,12 @@
|
|||||||
#ifndef FLTCOPY_H
|
#ifndef FLTCOPY_H
|
||||||
#define FLTCOPY_H
|
#define FLTCOPY_H
|
||||||
|
|
||||||
#include <pandatoolbase.h>
|
#include "pandatoolbase.h"
|
||||||
|
|
||||||
#include "cvsCopy.h"
|
#include "cvsCopy.h"
|
||||||
|
|
||||||
#include <dSearchPath.h>
|
#include "dSearchPath.h"
|
||||||
#include <pointerTo.h>
|
#include "pointerTo.h"
|
||||||
|
|
||||||
#include "pset.h"
|
#include "pset.h"
|
||||||
|
|
||||||
@ -68,8 +68,8 @@ private:
|
|||||||
bool new_file);
|
bool new_file);
|
||||||
|
|
||||||
|
|
||||||
typedef pset<PT(FltExternalReference)> Refs;
|
typedef pset< PT(FltExternalReference) > Refs;
|
||||||
typedef pset<PT(FltTexture)> Textures;
|
typedef pset< PT(FltTexture) > Textures;
|
||||||
|
|
||||||
void scan_flt(FltRecord *record, Refs &refs, Textures &textures);
|
void scan_flt(FltRecord *record, Refs &refs, Textures &textures);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user