Skip to content
Snippets Groups Projects
Verified Commit e842b257 authored by Miles Vella's avatar Miles Vella
Browse files

add freetype to btypes library

parent 8e503ef6
Branches
No related tags found
No related merge requests found
Pipeline #151243 passed
package de.hhu.stups.btypes;
public class BFreetype implements BObject {
public BBoolean isFreetype() {
return new BBoolean(true);
}
public BBoolean isNotFreetype() {
return new BBoolean(false);
}
}
package de.hhu.stups.btypes;
public class BFreetype implements BObject {
public BBoolean isFreetype() {
return new BBoolean(true);
}
public BBoolean isNotFreetype() {
return new BBoolean(false);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment