diff options
| author | 2019-04-10 15:14:00 -0400 | |
|---|---|---|
| committer | 2019-04-10 15:14:00 -0400 | |
| commit | 60699af63f92f43cc4b4b9e3050fcdd2a8468281 (patch) | |
| tree | 20a18af2774daa43ae7f4352dd032a24f7e06075 /frontends/calculator/CEdev/include/lib/ce | |
| parent | 4527bc20241068731c62101d0467d416119ec0c4 (diff) | |
| download | cetris-60699af63f92f43cc4b4b9e3050fcdd2a8468281.tar.gz cetris-60699af63f92f43cc4b4b9e3050fcdd2a8468281.tar.bz2 cetris-60699af63f92f43cc4b4b9e3050fcdd2a8468281.zip | |
add opengl fronend, remove sdl frontend, refactor build system
Diffstat (limited to 'frontends/calculator/CEdev/include/lib/ce')
| -rw-r--r-- | frontends/calculator/CEdev/include/lib/ce/fileioc.h | 2 | ||||
| -rw-r--r-- | frontends/calculator/CEdev/include/lib/ce/graphx.h | 2 | ||||
| -rw-r--r-- | frontends/calculator/CEdev/include/lib/ce/keypadc.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/frontends/calculator/CEdev/include/lib/ce/fileioc.h b/frontends/calculator/CEdev/include/lib/ce/fileioc.h new file mode 100644 index 0000000..8bb6ee4 --- /dev/null +++ b/frontends/calculator/CEdev/include/lib/ce/fileioc.h @@ -0,0 +1,2 @@ +#warning You are using a deprecated lib include path. Simply use #include <fileioc.h> instead +#include <fileioc.h> diff --git a/frontends/calculator/CEdev/include/lib/ce/graphx.h b/frontends/calculator/CEdev/include/lib/ce/graphx.h new file mode 100644 index 0000000..9a1343c --- /dev/null +++ b/frontends/calculator/CEdev/include/lib/ce/graphx.h @@ -0,0 +1,2 @@ +#warning You are using a deprecated lib include path. Simply use #include <graphx.h> instead +#include <graphx.h> diff --git a/frontends/calculator/CEdev/include/lib/ce/keypadc.h b/frontends/calculator/CEdev/include/lib/ce/keypadc.h new file mode 100644 index 0000000..7c2fd66 --- /dev/null +++ b/frontends/calculator/CEdev/include/lib/ce/keypadc.h @@ -0,0 +1,2 @@ +#warning You are using a deprecated lib include path. Simply use #include <keypadc.h> instead +#include <keypadc.h> |