Add message at top of codegen files to avoid overwriting them

This commit is contained in:
2025-03-02 13:42:23 +00:00
parent 96db885344
commit 70e075d2f6
3 changed files with 34 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
/**
* THIS FILE IS AUTOMATICALLY GENERATED. ANY MODIFICATIONS TO IT WILL BE OVERWRITTEN
*/
#include "./str8_list.h"
#include "../../../common/aliases/aliases.h"
#include "./str8.h"

View File

@@ -1,3 +1,7 @@
/**
* THIS FILE IS AUTOMATICALLY GENERATED. ANY MODIFICATIONS TO IT WILL BE OVERWRITTEN
*/
#ifndef STR8_LIST_H
#define STR8_LIST_H