21 lines
534 B
C
21 lines
534 B
C
// Filename: vector_TexCoordf.h
|
|
// Created by: drose (11May00)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef VECTOR_TEXCOORDF_H
|
|
#define VECTOR_TEXCOORDF_H
|
|
|
|
#include <pandabase.h>
|
|
|
|
#include "vector_LPoint2f.h"
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
// Class : vector_TexCoordf
|
|
// Description : This is just another name for vector_LPoint2f.
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
typedef vector_LPoint2f vector_TexCoordf;
|
|
|
|
#endif
|