diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-07 11:47:00 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-07 11:47:00 +0200 |
commit | 0df5ea3ee241159ed5083a29e7a6373faa08990b (patch) | |
tree | 2afdfbd99c0e9c7854ec6f52c60d06a37f7ae5d3 /src/earth.proto | |
parent | f08eedf7fd7a40c5681316a332b1d6386f2f14c7 (diff) | |
download | weareearth-0df5ea3ee241159ed5083a29e7a6373faa08990b.tar weareearth-0df5ea3ee241159ed5083a29e7a6373faa08990b.tar.bz2 weareearth-0df5ea3ee241159ed5083a29e7a6373faa08990b.tar.zst |
works
Diffstat (limited to 'src/earth.proto')
-rw-r--r-- | src/earth.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/earth.proto b/src/earth.proto index 0f0b3d0..90288d1 100644 --- a/src/earth.proto +++ b/src/earth.proto @@ -1,3 +1,5 @@ +// Adapted from https://github.com/retroplasma/earth-reverse-engineering + syntax = "proto2"; package earth.proto; |