mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-23 07:58:21 -05:00
18 lines
330 B
C
18 lines
330 B
C
|
// This file was automatically generated by the actionheadergen tool.
|
||
|
// Please do not manually edit this file.
|
||
|
#ifndef NOCD_ACTIONS_H
|
||
|
#define NOCD_ACTIONS_H
|
||
|
|
||
|
namespace NocdScript
|
||
|
{
|
||
|
enum Script {
|
||
|
c_noneNocd = -1,
|
||
|
|
||
|
c_NoCD_Movie = 0,
|
||
|
c_CDSpin1_Smk = 1,
|
||
|
c_Iicx62In_Wave = 2
|
||
|
};
|
||
|
} // namespace NocdScript
|
||
|
|
||
|
#endif // NOCD_ACTIONS_H
|