This repository has been archived on 2023-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
aspect-ratio/Aspect_Ratio_Strings.h
2011-06-24 12:00:00 -07:00

24 lines
401 B
C

/*
* Aspect_Ratio_Strings.h
*
* Copyright (c) 2011 Kevin Cotugno.
*
* Created on 6/24/11.
*/
#pragma once
typedef enum {
StrID_NONE,
StrID_Name,
StrID_Description,
StrID_MoreInfo,
StrID_NewHight,
StrID_NewHight_Description,
StrID_Aspcet_Preset_Name,
StrID_Aspect_Preset_Choices,
StrID_Aspect_Amount_Param_Name,
StrID_Err_LoadSuite,
StrID_Err_FreeSuite,
StrID_NUMTYPES
} StrIDType;