1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-17 14:47:45 +00:00

Add missing REUSE metadata

This commit is contained in:
Joshua Goins 2025-05-04 16:46:17 -04:00
parent 8ba54b2332
commit 9f5d5a44d7
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2025 Joshua Goins <josh@redstrate.com>
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
#include <cstdint>

View file

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2025 Joshua Goins <josh@redstrate.com>
// SPDX-License-Identifier: GPL-3.0-or-later
#include "crtrand.h"
CrtRand::CrtRand(const uint32_t seed)