mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 17:58:36 -07:00
Rename plugins to external
This commit is contained in:
9
applications/external/brainfuck/worker.h
vendored
Normal file
9
applications/external/brainfuck/worker.h
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "brainfuck_i.h"
|
||||
|
||||
void initWorker(BFApp* application);
|
||||
char* workerGetOutput();
|
||||
int getStackSize();
|
||||
int getOpCount();
|
||||
int getStatus();
|
||||
void beginWorker();
|
||||
void killThread();
|
||||
Reference in New Issue
Block a user