Skip to content

Instantly share code, notes, and snippets.

@KartikShrivastava
Created June 21, 2022 08:52
Show Gist options
  • Save KartikShrivastava/b62eaa5b1303a3acb429032142a3c619 to your computer and use it in GitHub Desktop.
Save KartikShrivastava/b62eaa5b1303a3acb429032142a3c619 to your computer and use it in GitHub Desktop.
syntax = "proto2";
package buffers.resources;
message Background {
optional int32 id = 1 [(gmx) = "GMX_DEPRECATED", (tmx) = "firstgid"];
// truncated code...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment