Skip to content

Commit

Permalink
fix building + move C++ into stormkit folder
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeft24 committed Dec 11, 2023
1 parent efe7fbb commit 1436875
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* A generic device builder. Takes in the type of the device as a parameter.
* To implement this for a device, create a new class that implements IDeviceBuilder<T>, where T is the device.
* To implement this for a device, create a new class that implements IDeviceBuilder, where T is the device.
*/
public interface IDeviceBuilder<T> {
/**
Expand Down
Empty file added src/main/native/cpp/dummy.cpp
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit 1436875

Please sign in to comment.