add basic types and fix cmake
This commit is contained in:
10
src/lib/core/Item.h
Normal file
10
src/lib/core/Item.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "ItemType.h"
|
||||
|
||||
// Items on belts have no persistent identity across ticks; see
|
||||
// architecture.md "Belt Subsystem".
|
||||
struct Item
|
||||
{
|
||||
ItemType type;
|
||||
};
|
||||
Reference in New Issue
Block a user