// SPDX-FileCopyrightText: 1970 Ivy Huang <[email protected]>
  // SPDX-License-Identifier: CC0-1.0
  /*
   * The following BASIC ACTIONS are always available to the
   * Runner during their action phase, in addition to any
   * actions provided by card abilities.
   *
   *   - [click]: Gain 1[c].
   *   - [click]: Draw 1 card.
   *   - [click]: Install 1 program, resource, or piece of
   *     hardware from the grip.
   *   - [click]: Play 1 event from the grip.
   *   - [click]: Run any server.
   *   - [click], 2[c]: Remove 1 tag.
   *
   */

  #include "garden.html"
  #include "stream.html"

  enum theme {
          ,
          ,
  };

  const char OPENPGP_SIG[] = "131D20000ED25519";
  const char OPENPGP_KEY[] = {
          #embed "imyxh_public.asc"
  };