|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
bitmap.h File ReferenceClass managing bitmaps.
More...
#include "nel/misc/types_nl.h"
#include "nel/misc/rgba.h"
#include "nel/misc/debug.h"
#include <vector>
Go to the source code of this file.
Detailed Description
Class managing bitmaps.
-
Id:
-
bitmap.h,v 1.17 2002/11/29 09:12:41 lecroart Exp
Definition in file bitmap.h.
Define Documentation
#define DDSD_LINEARSIZE 0x00080000l
|
|
#define NL_MAKEFOURCC |
( |
ch0, |
|
|
ch1, |
|
|
ch2, |
|
|
ch3 |
|
) |
|
|
|
Value: ((uint32)(uint8)(ch0) | ((uint32)(uint8)(ch1) << 8) | \
((uint32)(uint8)(ch2) << 16) | ((uint32)(uint8)(ch3) << 24 ))
Definition at line 53 of file bitmap.h. |
|
|