added .gitignore
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.o
|
||||||
Binary file not shown.
@@ -4,7 +4,7 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#define NUMBER_OF_EMOTIONS 28
|
#define NUMBER_OF_EMOTIONS 27
|
||||||
typedef uint8_t emotion_intensity_type;
|
typedef uint8_t emotion_intensity_type;
|
||||||
|
|
||||||
// Used to index into emotion_vectors.
|
// Used to index into emotion_vectors.
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
BIN
src/main.o
BIN
src/main.o
Binary file not shown.
Reference in New Issue
Block a user