forwards.h 246 B

1234567891011121314151617
  1. //
  2. // forwards.h
  3. // shared_random_generator
  4. //
  5. // Created by Sam Jaffe on 3/19/23.
  6. // Copyright © 2023 Sam Jaffe. All rights reserved.
  7. //
  8. #pragma once
  9. class scope_exit;
  10. namespace engine::random {
  11. class Device;
  12. class Random;
  13. class Tape;
  14. }