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