Skip to content

Instantly share code, notes, and snippets.

@juntalis
Created February 3, 2013 19:13
Show Gist options
  • Select an option

  • Save juntalis/4703226 to your computer and use it in GitHub Desktop.

Select an option

Save juntalis/4703226 to your computer and use it in GitHub Desktop.
#ifndef _FLAGS_H_
#define _FLAGS_H_
#pragma once
#define ACTION_ACTIVATE 0x1
#define ACTION_CANCEL 0x2
#define ACTION_COMPLETE 0x4
#define ACTION_PAUSE 0x3
#define DUE_SET 0x8
#define START_SET 0x10
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment