• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

linked list

  1. MyPad

    Double Linked List - Submission

    library TimerQueue struct TimeQueue thistype prev thistype next // these methods are for ease in typing later on... method pop takes nothing returns nothing set next.prev = prev set prev.next = next endmethod method...
Top