fs/rap/fsSurfCl.cpp File Reference

#include <fs/rap/fsSurfCl.h>
#include <fs/sys/fsAssert.h>
#include <vector>
#include <windows.h>

Include dependency graph for fsSurfCl.cpp:

Go to the source code of this file.

Defines

#define FS_VERIFY_RETURN(exp)   if(!(exp)) { FS_ASSERT_MSG(0, #exp "<return>"); return; }
#define FS_VERIFY_RETURN_VAL(exp, ret)   if(!(exp)) { FS_ASSERT_MSG(0, #exp "<returns:>" #ret); return (ret); }

Typedefs

typedef std::vector< SurfCl_t::PxFmt8888_tData_t

Variables

bool m_bFitCl
int m_nSurfW
int m_nSurfH
int m_nClW
int m_nClH
Data_t m_Data


Define Documentation

#define FS_VERIFY_RETURN ( exp   )     if(!(exp)) { FS_ASSERT_MSG(0, #exp "<return>"); return; }

Definition at line 40 of file fsSurfCl.cpp.

#define FS_VERIFY_RETURN_VAL ( exp,
ret   )     if(!(exp)) { FS_ASSERT_MSG(0, #exp "<returns:>" #ret); return (ret); }

Definition at line 44 of file fsSurfCl.cpp.


Typedef Documentation

typedef std::vector<SurfCl_t::PxFmt8888_t> Data_t

Definition at line 92 of file fsSurfCl.cpp.


Variable Documentation

bool m_bFitCl

Definition at line 88 of file fsSurfCl.cpp.

Data_t m_Data

Definition at line 93 of file fsSurfCl.cpp.

int m_nClH

Definition at line 90 of file fsSurfCl.cpp.

int m_nClW

Definition at line 90 of file fsSurfCl.cpp.

int m_nSurfH

Definition at line 89 of file fsSurfCl.cpp.

int m_nSurfW

Definition at line 89 of file fsSurfCl.cpp.


FipS' Code (Thu Feb 15 22:43:41 2007) - (c) Filip STOKLAS (FipS) - [ www ] [ Guest Book ]