aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/gen_program.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/src/gen_program.rs')
-rw-r--r--mingling/src/gen_program.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling/src/gen_program.rs b/mingling/src/gen_program.rs
index 18d9117..aa0c4b5 100644
--- a/mingling/src/gen_program.rs
+++ b/mingling/src/gen_program.rs
@@ -23,6 +23,8 @@ pub struct Entry {
///
/// It contains the IDs of all types for this program, registered by the `register_type!` macro.
pub enum ThisProgram {
+ /// The generic program entry point.
+ Entry,
/// Indicates that no matching renderer was found for the given output.
ErrorRendererNotFound,
/// Indicates that no matching dispatcher was found for the given arguments.