-
Notifications
You must be signed in to change notification settings - Fork 1
include
liquidiert edited this page Dec 30, 2018
·
1 revision
There are (for now, but you can add your own if you want to!) 3 possible ways of using include in epal:
- need and ineed:
-
need vector
is parsed to#include <vector>
-
ineed myheader.h
is parsed to#include "myheader.h"
-
- include:
- behaves like a normal include, though no need for the extra #
- import:
- behaves like include