-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAllActions.h
32 lines (32 loc) · 937 Bytes
/
AllActions.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#pragma once
#include "Actions\Action.h"
#include "Actions\AddANDgate2.h"
#include "Actions/AddANDgate3.h"
#include "Actions/addBuffer.h"
#include "Actions/addConnection.h"
#include "Actions/AddGate.h"
#include "Actions/addLED.h"
#include "Actions/AddNAND2gate.h"
#include "Actions\AddNORgate2.h"
#include "Actions/AddNORgate3.h"
#include "Actions/addNOTgate.h"
#include "Actions/AddORgate2.h"
#include "Actions/addSWITCH.h"
#include "Actions\AddXNORgate2.h"
#include "Actions/AddXORgate2.h"
#include "Actions/AddXORgate3.h"
#include "Actions/Copy.h"
#include "Actions/Cut.h"
#include "Actions/Delete.h"
#include "Actions/Paste.h"
#include "Actions/Redo.h"
#include "Actions/Select.h"
#include "Actions/Undo.h"
#include "Actions/Label.h"
#include "Actions/Edit.h"
#include "Actions/SaveFile.h"
#include "Actions/Exit.h"
#include "Actions/Load.h"
#include "Actions/simulate.h"
#include "Actions/TruthTable.h"
#include "Actions/Validate.h"