Files
CydandClaude Fable 5 db7745fcd0 sda4: commit the Glaze developer hard-drive dump
Un-ignored: the dev drive is the ground truth the restoration and
emulator work constantly reference (DPL3/LIBDPL + VRENDER i860 renderer
source, BT/RP live+dev game trees, VGL_LABS pod boot, scene/audio
content). Kept in-repo for the pod-owner community.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 19:41:15 -05:00

41 lines
679 B
C++

#ifndef vr_prot_h
#define vr_prot_h
typedef enum vr_action {
vr_init_action,
vr_create_action,
vr_delete_action,
vr_flush_action,
vr_sect_pixel_action,
vr_sect_vector_action,
vr_dcs_nest_action,
vr_dcs_link_action,
vr_dcs_prune_action,
vr_draw_scene_action,
vr_draw_scene_complete_action,
vr_list_add_action,
vr_list_remove_action,
vr_morph_action,
vr_version_action,
vr_statistics_action,
vr_readpixels_action,
vr_hspcode_action,
vr_860code_action,
vr_860data_action,
vr_860bss_action,
vr_860args_action,
vr_set_geom_verts_action,
vr_set_texmap_texels_action
} vr_action;
#endif