dolphin.h 280 B

1234567891011
  1. #pragma once
  2. #include "dolphin_deed.h"
  3. typedef struct Dolphin Dolphin;
  4. /*
  5. * Deed complete notification. Call it on deed completion.
  6. * See dolphin_deed.h for available deeds. In futures it will become part of assets.
  7. */
  8. void dolphin_deed(Dolphin* dolphin, DolphinDeed deed);