Changeset f7428b1 in buchla-68k for include/asgdsp.h


Ignore:
Timestamp:
07/10/2017 01:26:59 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
5fa506d
Parents:
c3aee8a
Message:

Started to rework include files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/asgdsp.h

    rc3aee8a rf7428b1  
    33        asgdsp.h -- assignment editor common parameter header file
    44        Version 8 -- 1988-04-18 -- D.N. Lynx Crowe
    5 
    6         Uses definitions from:  "graphdef.h", "midas.h", "vsdd.h"
    75   =============================================================================
    86*/
     7
     8#pragma once
     9#include "stdint.h"
    910
    1011struct  asgent  {       /* assignment table library entry structure */
     
    3233#define ASGPRI          8               /* display object priority */
    3334
    34 #define ASGNFL          (V_RES3)        /* display object flags */
     35#define ASGNFL          V_RES3          /* display object flags */
    3536
    3637#define AK_BASE         158             /* top y value of group 1 select line */
Note: See TracChangeset for help on using the changeset viewer.