Make every struct have a header header and not inherit the header

This commit is contained in:
PhatPhuckDave
2024-07-22 22:51:41 +02:00
parent 98fb872fc1
commit abfba3b5a7
12 changed files with 23 additions and 23 deletions

View File

@@ -156,4 +156,4 @@ var COMMAND_STATUS = struct {
ESME_RINVOPTPARAMVAL: 0x000000C4, // Invalid Optional Parameter Value
ESME_RDELIVERYFAILURE: 0x000000FE, // Delivery Failure (used for
ESME_RUNKNOWNERR: 0x000000FF, // Unknown Error
}
}