diff options
Diffstat (limited to 'src/engine/e_if_client.h')
| -rw-r--r-- | src/engine/e_if_client.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/engine/e_if_client.h b/src/engine/e_if_client.h index e921f9e9..3f490079 100644 --- a/src/engine/e_if_client.h +++ b/src/engine/e_if_client.h @@ -33,6 +33,11 @@ enum IMG_RGBA=1, IMG_ALPHA=2, + /* Constants: Texture Loading Flags + TEXLOAD_NORESAMPLE - Prevents the texture from any resampling + */ + TEXLOAD_NORESAMPLE=1, + /* Constants: Server Browser Sorting BROWSESORT_NAME - Sort by name. BROWSESORT_PING - Sort by ping. |