/minild29

To get this branch, use:
bzr branch http://9ix.org/bzr/minild29

« back to all changes in this revision

Viewing changes to Dark.h

  • Committer: Josh C
  • Date: 2011-09-18 16:12:57 UTC
  • Revision ID: josh@9ix.org-20110918161257-zshzdmi0e62idum1
some more stalk logic

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    DarkScene();
67
67
    void Begin();
68
68
    void Update();
69
 
    void HideSpawners();
70
 
    void ShowSpawners();
71
 
    void Spawn();
72
69
 
73
70
    LevelEditor *levelEditor;
74
71