summaryrefslogtreecommitdiff
path: root/include/pso/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pso/macros.h')
-rw-r--r--include/pso/macros.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pso/macros.h b/include/pso/macros.h
new file mode 100644
index 0000000..c449b6f
--- /dev/null
+++ b/include/pso/macros.h
@@ -0,0 +1,6 @@
+#ifndef MACROS_H
+#define MACROS_H
+
+#define OBJECT_NAME(name) static const char *name##_name = #name;
+
+#endif